#A64D35

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

Shades of Orange Roughy #A64D35

Tints of Orange Roughy #A64D35

Color information

#A64D35 (or 0xA64D35) is unknown color: approx Orange Roughy. HEX triplet: A6, 4D and 35. RGB value is (166,77,53). Sum of RGB (Red+Green+Blue) = 166+77+53=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64D35 is #59B2CA. Grayscale: #656565. Windows color (decimal): -5878475 or 3493286. OLE color: 3493286.

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

Color convert

RGB1667753-
CMYK00.540.680.35
HSL12.74º51.6%42.94%-
HSV(B)12.74º68.07%65.1%-
XYZ19.0213.675-
YUV100.88100.99174.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.08%
GREEN value IS 77 (30.47% from 255) = 26.01%
BLUE value IS 53 (21.09% from 255) = 17.91%
R=56.08%
G=26.01%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166775300.540.680.3512.7451.642.94
HexA64D350364423d342b
Octal2461156506610443156453
Binary101001101001101110101011011010001001000111101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64D35; }

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

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

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

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

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

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

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

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