#A3523B

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

Shades of Orange Roughy #A3523B

Tints of Orange Roughy #A3523B

Color information

#A3523B (or 0xA3523B) is unknown color: approx Orange Roughy. HEX triplet: A3, 52 and 3B. RGB value is (163,82,59). Sum of RGB (Red+Green+Blue) = 163+82+59=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A3523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3523B is #5CADC4. Grayscale: #676767. Windows color (decimal): -6073797 or 3887779. OLE color: 3887779.

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

Color convert

RGB1638259-
CMYK00.500.640.36
HSL13.27º46.85%43.53%-
HSV(B)13.27º63.8%63.92%-
XYZ18.9114.145.87-
YUV103.6102.84170.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.62%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=53.62%
G=26.97%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163825900.500.640.3613.2746.8543.53
HexA3523B0324024d2f2c
Octal2431227306210044155754
Binary101000111010010111011011001010000001001001101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3523B; }

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

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

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

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

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

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

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

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