#A25033

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

Shades of Orange Roughy #A25033

Tints of Orange Roughy #A25033

Color information

#A25033 (or 0xA25033) is unknown color: approx Orange Roughy. HEX triplet: A2, 50 and 33. RGB value is (162,80,51). Sum of RGB (Red+Green+Blue) = 162+80+51=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A25033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25033 is #5DAFCC. Grayscale: #656565. Windows color (decimal): -6139853 or 3362978. OLE color: 3362978.

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

Color convert

RGB1628051-
CMYK00.510.690.36
HSL15.68º52.11%41.76%-
HSV(B)15.68º68.52%63.53%-
XYZ18.3713.664.8-
YUV101.2199.67171.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=55.29%
G=27.30%
B=17.41%

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
Decimal162805100.510.690.3615.6852.1141.76
HexA25033033452410342a
Octal2421206306310544206452
Binary1010001010100001100110110011100010110010010000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25033; }

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

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

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

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

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

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

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

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