Html Css Color HEX #A7511F Rich Gold

📋 copy color: '#A7511F'

red 167 ◦ green 81 ◦ blue 31

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

Shades of Rich Gold #A7511F

Tints of Rich Gold #A7511F

RGB

 RED value IS 167 (65.63% from 255) = 59.86%

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

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

R = 59.86%
G = 29.03%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A7511F (or 0xA7511F) is known color: Rich Gold. HEX triplet: A7, 51 and 1F. RGB value is (167,81,31). Sum of RGB (Red+Green+Blue) = 167+81+31=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A7511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7511F is #58AEE0. Grayscale: #656565. Windows color (decimal): -5811937 or 2052519. OLE color: 2052519.

HSL color Cylindrical-coordinate representation of color #A7511F: hue angle of 22.06º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7511F is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 81 31 -
CMYK 0 0.51 0.81 0.35
HSL 22.06º 0.69% 0.39% -
HSV(B) 22.06º 0.81% 0.65% -
XYZ 19.13 14.2 3.03 -
YUV 101.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 167 81 31 0 0.51 0.81 0.35 22.06 0.69 0.39
Hex A7 51 1F 0 33 51 23 16 45 27
Octal 247 121 37 0 63 121 43 26 105 47
Binary 10100111 1010001 11111 0 110011 1010001 100011 10110 1000101 100111

Color Harmonies of #A7511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7511F

Black with #A7511F

Text Example


Text Example

White with #A7511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7511F; }

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

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

background-color css

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

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

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

border-color css

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

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

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