#A3533A

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

Shades of Orange Roughy #A3533A

Tints of Orange Roughy #A3533A

Color information

#A3533A (or 0xA3533A) is unknown color: approx Orange Roughy. HEX triplet: A3, 53 and 3A. RGB value is (163,83,58). Sum of RGB (Red+Green+Blue) = 163+83+58=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A3533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3533A is #5CACC5. Grayscale: #686868. Windows color (decimal): -6073542 or 3822499. OLE color: 3822499.

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

Color convert

RGB1638358-
CMYK00.490.640.36
HSL14.29º47.51%43.33%-
HSV(B)14.29º64.42%63.92%-
XYZ18.9614.285.76-
YUV104.07102170.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.62%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 58 (23.05% from 255) = 19.08%
R=53.62%
G=27.30%
B=19.08%

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
Decimal163835800.490.640.3614.2947.5143.33
HexA3533A0314024e302b
Octal2431237206110044166053
Binary101000111010011111010011000110000001001001110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3533A; }

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

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

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

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

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

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

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

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