#A2553B

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

Shades of Orange Roughy #A2553B

Tints of Orange Roughy #A2553B

Color information

#A2553B (or 0xA2553B) is unknown color: approx Orange Roughy. HEX triplet: A2, 55 and 3B. RGB value is (162,85,59). Sum of RGB (Red+Green+Blue) = 162+85+59=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2553B is #5DAAC4. Grayscale: #696969. Windows color (decimal): -6138565 or 3888546. OLE color: 3888546.

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

Color convert

RGB1628559-
CMYK00.480.640.36
HSL15.15º46.61%43.33%-
HSV(B)15.15º63.58%63.53%-
XYZ18.9414.495.94-
YUV105.06102.01168.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 59 (23.44% from 255) = 19.28%
R=52.94%
G=27.78%
B=19.28%

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
Decimal162855900.480.640.3615.1546.6143.33
HexA2553B0304024f2f2b
Octal2421257306010044175753
Binary101000101010101111011011000010000001001001111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2553B; }

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

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

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

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

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

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

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

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