#A64D39

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

Shades of Orange Roughy #A64D39

Tints of Orange Roughy #A64D39

Color information

#A64D39 (or 0xA64D39) is unknown color: approx Orange Roughy. HEX triplet: A6, 4D and 39. RGB value is (166,77,57). Sum of RGB (Red+Green+Blue) = 166+77+57=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64D39 is #59B2C6. Grayscale: #656565. Windows color (decimal): -5878471 or 3755430. OLE color: 3755430.

HSL color Cylindrical-coordinate representation of color #A64D39: hue angle of 11.01º degrees, saturation: 0.49, 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 #A64D39 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1667757-
CMYK00.540.660.35
HSL11.01º48.88%43.73%-
HSV(B)11.01º65.66%65.1%-
XYZ19.1213.715.51-
YUV101.33102.99174.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.33%
GREEN value IS 77 (30.47% from 255) = 25.67%
BLUE value IS 57 (22.66% from 255) = 19%
R=55.33%
G=25.67%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166775700.540.660.3511.0148.8843.73
HexA64D390364223b312c
Octal2461157106610243136154
Binary101001101001101111001011011010000101000111011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64D39; }

 p { color: rgb(166,77,57); }

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

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

 a { background-color: rgb(166,77,57); }

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

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

 span { border-color: rgb(166,77,57); }

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