#A2523D

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

Shades of Orange Roughy #A2523D

Tints of Orange Roughy #A2523D

Color information

#A2523D (or 0xA2523D) is unknown color: approx Orange Roughy. HEX triplet: A2, 52 and 3D. RGB value is (162,82,61). Sum of RGB (Red+Green+Blue) = 162+82+61=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2523D is #5DADC2. Grayscale: #676767. Windows color (decimal): -6139331 or 4018850. OLE color: 4018850.

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

Color convert

RGB1628261-
CMYK00.490.620.36
HSL12.48º45.29%43.73%-
HSV(B)12.48º62.35%63.53%-
XYZ18.7614.056.14-
YUV103.53104169.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.11%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 61 (24.22% from 255) = 20%
R=53.11%
G=26.89%
B=20%

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
Decimal162826100.490.620.3612.4845.2943.73
HexA2523D0313E24c2d2c
Octal242122750617644145554
Binary10100010101001011110101100011111101001001100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2523D; }

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

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

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

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

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

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

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

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