#A3553B

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

Shades of Orange Roughy #A3553B

Tints of Orange Roughy #A3553B

Color information

#A3553B (or 0xA3553B) is unknown color: approx Orange Roughy. HEX triplet: A3, 55 and 3B. RGB value is (163,85,59). Sum of RGB (Red+Green+Blue) = 163+85+59=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3553B is #5CAAC4. Grayscale: #696969. Windows color (decimal): -6073029 or 3888547. OLE color: 3888547.

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

Color convert

RGB1638559-
CMYK00.480.640.36
HSL15º46.85%43.53%-
HSV(B)15º63.8%63.92%-
XYZ19.1414.65.95-
YUV105.36101.84169.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.09%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=53.09%
G=27.69%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163855900.480.640.361546.8543.53
HexA3553B0304024f2f2c
Octal2431257306010044175754
Binary101000111010101111011011000010000001001001111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3553B; }

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

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

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

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

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

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

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

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