#A2523B

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

Shades of Orange Roughy #A2523B

Tints of Orange Roughy #A2523B

Color information

#A2523B (or 0xA2523B) is unknown color: approx Orange Roughy. HEX triplet: A2, 52 and 3B. RGB value is (162,82,59). Sum of RGB (Red+Green+Blue) = 162+82+59=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A2523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2523B is #5DADC4. Grayscale: #676767. Windows color (decimal): -6139333 or 3887778. OLE color: 3887778.

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

Color convert

RGB1628259-
CMYK00.490.640.36
HSL13.4º46.61%43.33%-
HSV(B)13.4º63.58%63.53%-
XYZ18.7114.035.86-
YUV103.3103169.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 59 (23.44% from 255) = 19.47%
R=53.47%
G=27.06%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162825900.490.640.3613.446.6143.33
HexA2523B0314024d2f2b
Octal2421227306110044155753
Binary101000101010010111011011000110000001001001101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2523B; }

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

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

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

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

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

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

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

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