#A2523E

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

Shades of Orange Roughy #A2523E

Tints of Orange Roughy #A2523E

Color information

#A2523E (or 0xA2523E) is unknown color: approx Orange Roughy. HEX triplet: A2, 52 and 3E. RGB value is (162,82,62). Sum of RGB (Red+Green+Blue) = 162+82+62=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2523E is #5DADC1. Grayscale: #676767. Windows color (decimal): -6139330 or 4084386. OLE color: 4084386.

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

Color convert

RGB1628262-
CMYK00.490.620.36
HSL12º44.64%43.92%-
HSV(B)12º61.73%63.53%-
XYZ18.7914.066.28-
YUV103.64104.5169.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=52.94%
G=26.80%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162826200.490.620.361244.6443.92
HexA2523E0313E24c2d2c
Octal242122760617644145554
Binary10100010101001011111001100011111101001001100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2523E; }

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

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

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

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

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

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

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

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