Html Css Color HEX #A4511F Rich Gold

📋 copy color: '#A4511F'

red 164 ◦ green 81 ◦ blue 31

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

Shades of Rich Gold #A4511F

Tints of Rich Gold #A4511F

RGB

 RED value IS 164 (64.45% from 255) = 59.42%

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

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

R = 59.42%
G = 29.35%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A4511F (or 0xA4511F) is known color: Rich Gold. HEX triplet: A4, 51 and 1F. RGB value is (164,81,31). Sum of RGB (Red+Green+Blue) = 164+81+31=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A4511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4511F is #5BAEE0. Grayscale: #646464. Windows color (decimal): -6008545 or 2052516. OLE color: 2052516.

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

Color convert

RGB 164 81 31 -
CMYK 0 0.51 0.81 0.36
HSL 22.56º 0.68% 0.38% -
HSV(B) 22.56º 0.81% 0.64% -
XYZ 18.5 13.88 3 -
YUV 100.12 89 173.57 -
System Red Green Blue C M Y K H S L
Decimal 164 81 31 0 0.51 0.81 0.36 22.56 0.68 0.38
Hex A4 51 1F 0 33 51 24 17 44 26
Octal 244 121 37 0 63 121 44 27 104 46
Binary 10100100 1010001 11111 0 110011 1010001 100100 10111 1000100 100110

Color Harmonies of #A4511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4511F

Black with #A4511F

Text Example


Text Example

White with #A4511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4511F; }

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

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

background-color css

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

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

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

border-color css

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

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

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