Html Css Color HEX #A7511B Rich Gold

📋 copy color: '#A7511B'

red 167 ◦ green 81 ◦ blue 27

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

Shades of Rich Gold #A7511B

Tints of Rich Gold #A7511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.82%

R = 60.73%
G = 29.45%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7511B (or 0xA7511B) is known color: Rich Gold. HEX triplet: A7, 51 and 1B. RGB value is (167,81,27). Sum of RGB (Red+Green+Blue) = 167+81+27=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A7511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7511B is #58AEE4. Grayscale: #646464. Windows color (decimal): -5811941 or 1790375. OLE color: 1790375.

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

Color convert

RGB 167 81 27 -
CMYK 0 0.51 0.84 0.35
HSL 23.14º 0.72% 0.38% -
HSV(B) 23.14º 0.84% 0.65% -
XYZ 19.08 14.18 2.77 -
YUV 100.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 167 81 27 0 0.51 0.84 0.35 23.14 0.72 0.38
Hex A7 51 1B 0 33 54 23 17 48 26
Octal 247 121 33 0 63 124 43 27 110 46
Binary 10100111 1010001 11011 0 110011 1010100 100011 10111 1001000 100110

Color Harmonies of #A7511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7511B

Black with #A7511B

Text Example


Text Example

White with #A7511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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