Html Css Color HEX #A2511E Rich Gold

📋 copy color: '#A2511E'

red 162 ◦ green 81 ◦ blue 30

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

Shades of Rich Gold #A2511E

Tints of Rich Gold #A2511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 59.34%
G = 29.67%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2511E (or 0xA2511E) is known color: Rich Gold. HEX triplet: A2, 51 and 1E. RGB value is (162,81,30). Sum of RGB (Red+Green+Blue) = 162+81+30=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2511E is #5DAEE1. Grayscale: #636363. Windows color (decimal): -6139618 or 1986978. OLE color: 1986978.

HSL color Cylindrical-coordinate representation of color #A2511E: hue angle of 23.18º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2511E is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 30 -
CMYK 0 0.50 0.81 0.36
HSL 23.18º 0.69% 0.38% -
HSV(B) 23.18º 0.81% 0.64% -
XYZ 18.08 13.66 2.91 -
YUV 99.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 162 81 30 0 0.50 0.81 0.36 23.18 0.69 0.38
Hex A2 51 1E 0 32 51 24 17 45 26
Octal 242 121 36 0 62 121 44 27 105 46
Binary 10100010 1010001 11110 0 110010 1010001 100100 10111 1000101 100110

Color Harmonies of #A2511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2511E

Black with #A2511E

Text Example


Text Example

White with #A2511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2511E; }

 p { color: rgb(162,81,30); }

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

background-color css

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

 a { background-color: rgb(162,81,30); }

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

border-color css

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

 span { border-color: rgb(162,81,30); }

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