#a64938

Color #A64938 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #A64938

Tints of Orange Roughy #A64938

Color information

#A64938 (or 0xA64938) is unknown color: approx Orange Roughy. HEX triplet: A6, 49 and 38. RGB value is (166,73,56). Sum of RGB (Red+Green+Blue) = 166+73+56=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A64938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64938 is #59B6C7. Grayscale: #636363. Windows color (decimal): -5879496 or 3688870. OLE color: 3688870.

HSL color Cylindrical-coordinate representation of color #A64938: hue angle of 9.27º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64938 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1667356-
CMYK00.560.660.35
HSL9.27º49.55%43.53%-
HSV(B)9.27º66.27%65.1%-
XYZ18.8213.165.29-
YUV98.87103.81175.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=56.27%
G=24.75%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166735600.560.660.359.2749.5543.53
HexA6493803842239322c
Octal2461117007010243116254
Binary101001101001001111000011100010000101000111001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a64938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a64938; }

 p { color: rgb(166,73,56); }

 H1.HeaderClassName
 {
   color: #a64938;
 }
 .AnyTagClassName
 {
   color: #a64938;
 }
</style>
background-color css

<style>
 a { background-color: #a64938; }

 a { background-color: rgb(166,73,56); }

 div.DivClassName
 {
   background-color: #a64938;
 }
 .BgClassName
 {
   background-color: #a64938;
 }
</style>
border-color css

<style>
 span { border-color: #a64938; }

 span { border-color: rgb(166,73,56); }

 td.TdClassName
 {
   border-color: #a64938;
 }
 .TagClassName
 {
   border-color: #a64938;
 }
</style>