#A25234

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

Shades of Orange Roughy #A25234

Tints of Orange Roughy #A25234

Color information

#A25234 (or 0xA25234) is unknown color: approx Orange Roughy. HEX triplet: A2, 52 and 34. RGB value is (162,82,52). Sum of RGB (Red+Green+Blue) = 162+82+52=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A25234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25234 is #5DADCB. Grayscale: #666666. Windows color (decimal): -6139340 or 3429026. OLE color: 3429026.

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

Color convert

RGB1628252-
CMYK00.490.680.36
HSL16.36º51.4%41.96%-
HSV(B)16.36º67.9%63.53%-
XYZ18.5413.964.97-
YUV102.599.5170.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=54.73%
G=27.70%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162825200.490.680.3616.3651.441.96
HexA25234031442410332a
Octal2421226406110444206352
Binary1010001010100101101000110001100010010010010000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25234; }

 p { color: rgb(162,82,52); }

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

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

 a { background-color: rgb(162,82,52); }

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

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

 span { border-color: rgb(162,82,52); }

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