#A9523E

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

Shades of Orange Roughy #A9523E

Tints of Orange Roughy #A9523E

Color information

#A9523E (or 0xA9523E) is unknown color: approx Orange Roughy. HEX triplet: A9, 52 and 3E. RGB value is (169,82,62). Sum of RGB (Red+Green+Blue) = 169+82+62=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A9523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9523E is #56ADC1. Grayscale: #696969. Windows color (decimal): -5680578 or 4084393. OLE color: 4084393.

HSL color Cylindrical-coordinate representation of color #A9523E: hue angle of 11.21º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A9523E is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1698262-
CMYK00.510.630.34
HSL11.21º46.32%45.29%-
HSV(B)11.21º63.31%66.27%-
XYZ20.2514.826.35-
YUV105.73103.32173.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.99%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=53.99%
G=26.20%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169826200.510.630.3411.2146.3245.29
HexA9523E0333F22b2e2d
Octal251122760637742135655
Binary10101001101001011111001100111111111000101011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9523E; }

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

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

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

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

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

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

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

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