#A64C35

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

Shades of Orange Roughy #A64C35

Tints of Orange Roughy #A64C35

Color information

#A64C35 (or 0xA64C35) is unknown color: approx Orange Roughy. HEX triplet: A6, 4C and 35. RGB value is (166,76,53). Sum of RGB (Red+Green+Blue) = 166+76+53=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C35 is #59B3CA. Grayscale: #646464. Windows color (decimal): -5878731 or 3493030. OLE color: 3493030.

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

Color convert

RGB1667653-
CMYK00.540.680.35
HSL12.21º51.6%42.94%-
HSV(B)12.21º68.07%65.1%-
XYZ18.9513.534.98-
YUV100.29101.32174.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=56.27%
G=25.76%
B=17.97%

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
Decimal166765300.540.680.3512.2151.642.94
HexA64C350364423c342b
Octal2461146506610443146453
Binary101001101001100110101011011010001001000111100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64C35; }

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

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

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

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

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

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

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

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