Html Css Color HEX #A6511B Rich Gold

📋 copy color: '#A6511B'

red 166 ◦ green 81 ◦ blue 27

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

Shades of Rich Gold #A6511B

Tints of Rich Gold #A6511B

RGB

 RED value IS 166 (65.23% from 255) = 60.58%

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

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

R = 60.58%
G = 29.56%
B = 9.85%

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

#A6511B (or 0xA6511B) is known color: Rich Gold. HEX triplet: A6, 51 and 1B. RGB value is (166,81,27). Sum of RGB (Red+Green+Blue) = 166+81+27=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A6511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6511B is #59AEE4. Grayscale: #646464. Windows color (decimal): -5877477 or 1790374. OLE color: 1790374.

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

Color convert

RGB 166 81 27 -
CMYK 0 0.51 0.84 0.35
HSL 23.31º 0.72% 0.38% -
HSV(B) 23.31º 0.84% 0.65% -
XYZ 18.87 14.07 2.76 -
YUV 100.26 86.66 174.89 -
System Red Green Blue C M Y K H S L
Decimal 166 81 27 0 0.51 0.84 0.35 23.31 0.72 0.38
Hex A6 51 1B 0 33 54 23 17 48 26
Octal 246 121 33 0 63 124 43 27 110 46
Binary 10100110 1010001 11011 0 110011 1010100 100011 10111 1001000 100110

Color Harmonies of #A6511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6511B

Black with #A6511B

Text Example


Text Example

White with #A6511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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