#A44E33

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

Shades of Orange Roughy #A44E33

Tints of Orange Roughy #A44E33

Color information

#A44E33 (or 0xA44E33) is unknown color: approx Orange Roughy. HEX triplet: A4, 4E and 33. RGB value is (164,78,51). Sum of RGB (Red+Green+Blue) = 164+78+51=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E33 is #5BB1CC. Grayscale: #646464. Windows color (decimal): -6009293 or 3362468. OLE color: 3362468.

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

Color convert

RGB1647851-
CMYK00.520.690.36
HSL14.34º52.56%42.16%-
HSV(B)14.34º68.9%64.31%-
XYZ18.6313.584.77-
YUV100.6499.99173.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.97%
GREEN value IS 78 (30.86% from 255) = 26.62%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=55.97%
G=26.62%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164785100.520.690.3614.3452.5642.16
HexA44E330344524e352a
Octal2441166306410544166552
Binary101001001001110110011011010010001011001001110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E33; }

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

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

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

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

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

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

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

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