#A3523E

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

Shades of Orange Roughy #A3523E

Tints of Orange Roughy #A3523E

Color information

#A3523E (or 0xA3523E) is unknown color: approx Orange Roughy. HEX triplet: A3, 52 and 3E. RGB value is (163,82,62). Sum of RGB (Red+Green+Blue) = 163+82+62=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3523E is #5CADC1. Grayscale: #686868. Windows color (decimal): -6073794 or 4084387. OLE color: 4084387.

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

Color convert

RGB1638262-
CMYK00.500.620.36
HSL11.88º44.89%44.12%-
HSV(B)11.88º61.96%63.92%-
XYZ18.9914.176.29-
YUV103.94104.34170.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.09%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=53.09%
G=26.71%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163826200.500.620.3611.8844.8944.12
HexA3523E0323E24c2d2c
Octal243122760627644145554
Binary10100011101001011111001100101111101001001100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3523E; }

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

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

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

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

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

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

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

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