#A45033

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

Shades of Orange Roughy #A45033

Tints of Orange Roughy #A45033

Color information

#A45033 (or 0xA45033) is unknown color: approx Orange Roughy. HEX triplet: A4, 50 and 33. RGB value is (164,80,51). Sum of RGB (Red+Green+Blue) = 164+80+51=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A45033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45033 is #5BAFCC. Grayscale: #666666. Windows color (decimal): -6008781 or 3362980. OLE color: 3362980.

HSL color Cylindrical-coordinate representation of color #A45033: hue angle of 15.4º 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 #A45033 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1648051-
CMYK00.510.690.36
HSL15.4º52.56%42.16%-
HSV(B)15.4º68.9%64.31%-
XYZ18.7813.874.82-
YUV101.8199.33172.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=55.59%
G=27.12%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164805100.510.690.3615.452.5642.16
HexA450330334524f352a
Octal2441206306310544176552
Binary101001001010000110011011001110001011001001111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45033; }

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

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

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

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

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

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

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

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