#A44E32

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

Shades of Orange Roughy #A44E32

Tints of Orange Roughy #A44E32

Color information

#A44E32 (or 0xA44E32) is unknown color: approx Orange Roughy. HEX triplet: A4, 4E and 32. RGB value is (164,78,50). Sum of RGB (Red+Green+Blue) = 164+78+50=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E32 is #5BB1CD. Grayscale: #646464. Windows color (decimal): -6009294 or 3296932. OLE color: 3296932.

HSL color Cylindrical-coordinate representation of color #A44E32: hue angle of 14.74º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A44E32 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1647850-
CMYK00.520.700.36
HSL14.74º53.27%41.96%-
HSV(B)14.74º69.51%64.31%-
XYZ18.6113.574.66-
YUV100.5299.49173.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.16%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 50 (19.92% from 255) = 17.12%
R=56.16%
G=26.71%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164785000.520.700.3614.7453.2741.96
HexA44E320344624f352a
Octal2441166206410644176552
Binary101001001001110110010011010010001101001001111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E32; }

 p { color: rgb(164,78,50); }

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

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

 a { background-color: rgb(164,78,50); }

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

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

 span { border-color: rgb(164,78,50); }

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