#A2533D

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

Shades of Orange Roughy #A2533D

Tints of Orange Roughy #A2533D

Color information

#A2533D (or 0xA2533D) is unknown color: approx Orange Roughy. HEX triplet: A2, 53 and 3D. RGB value is (162,83,61). Sum of RGB (Red+Green+Blue) = 162+83+61=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2533D is #5DACC2. Grayscale: #686868. Windows color (decimal): -6139075 or 4019106. OLE color: 4019106.

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

Color convert

RGB1628361-
CMYK00.490.620.36
HSL13.07º45.29%43.73%-
HSV(B)13.07º62.35%63.53%-
XYZ18.8414.26.16-
YUV104.11103.67169.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=52.94%
G=27.12%
B=19.93%

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
Decimal162836100.490.620.3613.0745.2943.73
HexA2533D0313E24d2d2c
Octal242123750617644155554
Binary10100010101001111110101100011111101001001101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2533D; }

 p { color: rgb(162,83,61); }

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

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

 a { background-color: rgb(162,83,61); }

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

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

 span { border-color: rgb(162,83,61); }

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