#A64D37

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

Shades of Orange Roughy #A64D37

Tints of Orange Roughy #A64D37

Color information

#A64D37 (or 0xA64D37) is unknown color: approx Orange Roughy. HEX triplet: A6, 4D and 37. RGB value is (166,77,55). Sum of RGB (Red+Green+Blue) = 166+77+55=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64D37 is #59B2C8. Grayscale: #656565. Windows color (decimal): -5878473 or 3624358. OLE color: 3624358.

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

Color convert

RGB1667755-
CMYK00.540.670.35
HSL11.89º50.23%43.33%-
HSV(B)11.89º66.87%65.1%-
XYZ19.0713.695.25-
YUV101.1101.99174.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 55 (21.88% from 255) = 18.46%
R=55.70%
G=25.84%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166775500.540.670.3511.8950.2343.33
HexA64D370364323c322b
Octal2461156706610343146253
Binary101001101001101110111011011010000111000111100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64D37; }

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

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

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

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

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

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

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

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