#A2523A

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

Shades of Orange Roughy #A2523A

Tints of Orange Roughy #A2523A

Color information

#A2523A (or 0xA2523A) is unknown color: approx Orange Roughy. HEX triplet: A2, 52 and 3A. RGB value is (162,82,58). Sum of RGB (Red+Green+Blue) = 162+82+58=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A2523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2523A is #5DADC5. Grayscale: #676767. Windows color (decimal): -6139334 or 3822242. OLE color: 3822242.

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

Color convert

RGB1628258-
CMYK00.490.640.36
HSL13.85º47.27%43.14%-
HSV(B)13.85º64.2%63.53%-
XYZ18.6814.025.72-
YUV103.18102.5169.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.64%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=53.64%
G=27.15%
B=19.21%

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
Decimal162825800.490.640.3613.8547.2743.14
HexA2523A0314024e2f2b
Octal2421227206110044165753
Binary101000101010010111010011000110000001001001110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2523A; }

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

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

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

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

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

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

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

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