#A3533E

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

Shades of Orange Roughy #A3533E

Tints of Orange Roughy #A3533E

Color information

#A3533E (or 0xA3533E) is unknown color: approx Orange Roughy. HEX triplet: A3, 53 and 3E. RGB value is (163,83,62). Sum of RGB (Red+Green+Blue) = 163+83+62=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3533E is #5CACC1. Grayscale: #686868. Windows color (decimal): -6073538 or 4084643. OLE color: 4084643.

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

Color convert

RGB1638362-
CMYK00.490.620.36
HSL12.48º44.89%44.12%-
HSV(B)12.48º61.96%63.92%-
XYZ19.0714.326.32-
YUV104.53104169.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 62 (24.61% from 255) = 20.13%
R=52.92%
G=26.95%
B=20.13%

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
Decimal163836200.490.620.3612.4844.8944.12
HexA3533E0313E24c2d2c
Octal243123760617644145554
Binary10100011101001111111001100011111101001001100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3533E; }

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

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

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

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

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

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

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

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