#A3533B

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

Shades of Orange Roughy #A3533B

Tints of Orange Roughy #A3533B

Color information

#A3533B (or 0xA3533B) is unknown color: approx Orange Roughy. HEX triplet: A3, 53 and 3B. RGB value is (163,83,59). Sum of RGB (Red+Green+Blue) = 163+83+59=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3533B is #5CACC4. Grayscale: #686868. Windows color (decimal): -6073541 or 3888035. OLE color: 3888035.

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

Color convert

RGB1638359-
CMYK00.490.640.36
HSL13.85º46.85%43.53%-
HSV(B)13.85º63.8%63.92%-
XYZ18.9914.295.89-
YUV104.18102.5169.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.44%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=53.44%
G=27.21%
B=19.34%

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
Decimal163835900.490.640.3613.8546.8543.53
HexA3533B0314024e2f2c
Octal2431237306110044165754
Binary101000111010011111011011000110000001001001110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3533B; }

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

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

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

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

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

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

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

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