Html Css Color HEX #A2511F Rich Gold

📋 copy color: '#A2511F'

red 162 ◦ green 81 ◦ blue 31

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

Shades of Rich Gold #A2511F

Tints of Rich Gold #A2511F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 59.12%
G = 29.56%
B = 11.31%

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

#A2511F (or 0xA2511F) is known color: Rich Gold. HEX triplet: A2, 51 and 1F. RGB value is (162,81,31). Sum of RGB (Red+Green+Blue) = 162+81+31=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A2511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2511F is #5DAEE0. Grayscale: #636363. Windows color (decimal): -6139617 or 2052514. OLE color: 2052514.

HSL color Cylindrical-coordinate representation of color #A2511F: hue angle of 22.9º degrees, saturation: 0.68, 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 #A2511F is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 31 -
CMYK 0 0.50 0.81 0.36
HSL 22.9º 0.68% 0.38% -
HSV(B) 22.9º 0.81% 0.64% -
XYZ 18.09 13.67 2.98 -
YUV 99.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 162 81 31 0 0.50 0.81 0.36 22.9 0.68 0.38
Hex A2 51 1F 0 32 51 24 17 44 26
Octal 242 121 37 0 62 121 44 27 104 46
Binary 10100010 1010001 11111 0 110010 1010001 100100 10111 1000100 100110

Color Harmonies of #A2511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2511F

Black with #A2511F

Text Example


Text Example

White with #A2511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2511F; }

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

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

background-color css

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

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

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

border-color css

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

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

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