Html Css Color HEX #A2511D Rich Gold

📋 copy color: '#A2511D'

red 162 ◦ green 81 ◦ blue 29

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

Shades of Rich Gold #A2511D

Tints of Rich Gold #A2511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 59.56%
G = 29.78%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2511D (or 0xA2511D) is known color: Rich Gold. HEX triplet: A2, 51 and 1D. RGB value is (162,81,29). Sum of RGB (Red+Green+Blue) = 162+81+29=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2511D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2511D is #5DAEE2. Grayscale: #636363. Windows color (decimal): -6139619 or 1921442. OLE color: 1921442.

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

Color convert

RGB 162 81 29 -
CMYK 0 0.50 0.82 0.36
HSL 23.46º 0.7% 0.37% -
HSV(B) 23.46º 0.82% 0.64% -
XYZ 18.06 13.65 2.85 -
YUV 99.29 88.34 172.73 -
System Red Green Blue C M Y K H S L
Decimal 162 81 29 0 0.50 0.82 0.36 23.46 0.7 0.37
Hex A2 51 1D 0 32 52 24 17 46 25
Octal 242 121 35 0 62 122 44 27 106 45
Binary 10100010 1010001 11101 0 110010 1010010 100100 10111 1000110 100101

Color Harmonies of #A2511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2511D

Black with #A2511D

Text Example


Text Example

White with #A2511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2511D; }

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

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

background-color css

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

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

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

border-color css

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

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

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