Html Css Color HEX #A2592B Rich Gold

📋 copy color: '#A2592B'

red 162 ◦ green 89 ◦ blue 43

#A2592B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #A2592B

Tints of Rich Gold #A2592B

RGB

 RED value IS 162 (63.67% from 255) = 55.1%

 GREEN value IS 89 (35.16% from 255) = 30.27%

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 55.1%
G = 30.27%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2592B (or 0xA2592B) is known color: Rich Gold. HEX triplet: A2, 59 and 2B. RGB value is (162,89,43). Sum of RGB (Red+Green+Blue) = 162+89+43=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2592B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2592B is #5DA6D4. Grayscale: #696969. Windows color (decimal): -6137557 or 2840994. OLE color: 2840994.

HSL color Cylindrical-coordinate representation of color #A2592B: hue angle of 23.19º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2592B is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 43 -
CMYK 0 0.45 0.73 0.36
HSL 23.19º 0.58% 0.4% -
HSV(B) 23.19º 0.73% 0.64% -
XYZ 18.91 15 4.18 -
YUV 105.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 162 89 43 0 0.45 0.73 0.36 23.19 0.58 0.4
Hex A2 59 2B 0 2D 49 24 17 3A 28
Octal 242 131 53 0 55 111 44 27 72 50
Binary 10100010 1011001 101011 0 101101 1001001 100100 10111 111010 101000

Color Harmonies of #A2592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2592B

Black with #A2592B

Text Example


Text Example

White with #A2592B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2592B; }

 p { color: rgb(162,89,43); }

 H1.HeaderClassName
 {
   color: #A2592B;
 }
 .AnyTagClassName
 {
   color: #A2592B;
 }
</style>

background-color css

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

 a { background-color: rgb(162,89,43); }

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

border-color css

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

 span { border-color: rgb(162,89,43); }

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