Html Css Color HEX #A9511B Rich Gold

📋 copy color: '#A9511B'

red 169 ◦ green 81 ◦ blue 27

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

Shades of Rich Gold #A9511B

Tints of Rich Gold #A9511B

RGB

 RED value IS 169 (66.41% from 255) = 61.01%

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

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

R = 61.01%
G = 29.24%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A9511B (or 0xA9511B) is known color: Rich Gold. HEX triplet: A9, 51 and 1B. RGB value is (169,81,27). Sum of RGB (Red+Green+Blue) = 169+81+27=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A9511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9511B is #56AEE4. Grayscale: #656565. Windows color (decimal): -5680869 or 1790377. OLE color: 1790377.

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

Color convert

RGB 169 81 27 -
CMYK 0 0.52 0.84 0.34
HSL 22.82º 0.72% 0.38% -
HSV(B) 22.82º 0.84% 0.66% -
XYZ 19.5 14.4 2.79 -
YUV 101.16 86.15 176.39 -
System Red Green Blue C M Y K H S L
Decimal 169 81 27 0 0.52 0.84 0.34 22.82 0.72 0.38
Hex A9 51 1B 0 34 54 22 17 48 26
Octal 251 121 33 0 64 124 42 27 110 46
Binary 10101001 1010001 11011 0 110100 1010100 100010 10111 1001000 100110

Color Harmonies of #A9511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9511B

Black with #A9511B

Text Example


Text Example

White with #A9511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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