#A64A31

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

Shades of Orange Roughy #A64A31

Tints of Orange Roughy #A64A31

Color information

#A64A31 (or 0xA64A31) is unknown color: approx Orange Roughy. HEX triplet: A6, 4A and 31. RGB value is (166,74,49). Sum of RGB (Red+Green+Blue) = 166+74+49=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A31 is #59B5CE. Grayscale: #626262. Windows color (decimal): -5879247 or 3230374. OLE color: 3230374.

HSL color Cylindrical-coordinate representation of color #A64A31: hue angle of 12.82º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64A31 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1667449-
CMYK00.550.700.35
HSL12.82º54.42%42.16%-
HSV(B)12.82º70.48%65.1%-
XYZ18.7313.234.47-
YUV98.6699.98176.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.44%
GREEN value IS 74 (29.30% from 255) = 25.61%
BLUE value IS 49 (19.53% from 255) = 16.96%
R=57.44%
G=25.61%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166744900.550.700.3512.8254.4242.16
HexA64A310374623d362a
Octal2461126106710643156652
Binary101001101001010110001011011110001101000111101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64A31; }

 p { color: rgb(166,74,49); }

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

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

 a { background-color: rgb(166,74,49); }

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

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

 span { border-color: rgb(166,74,49); }

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