Html Css Color HEX #AD511A Rich Gold

📋 copy color: '#AD511A'

red 173 ◦ green 81 ◦ blue 26

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

Shades of Rich Gold #AD511A

Tints of Rich Gold #AD511A

RGB

 RED value IS 173 (67.97% from 255) = 61.79%

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

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 61.79%
G = 28.93%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD511A (or 0xAD511A) is known color: Rich Gold. HEX triplet: AD, 51 and 1A. RGB value is (173,81,26). Sum of RGB (Red+Green+Blue) = 173+81+26=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD511A is #52AEE5. Grayscale: #666666. Windows color (decimal): -5418726 or 1724845. OLE color: 1724845.

HSL color Cylindrical-coordinate representation of color #AD511A: hue angle of 22.45º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD511A is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 81 26 -
CMYK 0 0.53 0.85 0.32
HSL 22.45º 0.74% 0.39% -
HSV(B) 22.45º 0.85% 0.68% -
XYZ 20.36 14.84 2.77 -
YUV 102.24 84.98 178.47 -
System Red Green Blue C M Y K H S L
Decimal 173 81 26 0 0.53 0.85 0.32 22.45 0.74 0.39
Hex AD 51 1A 0 35 55 20 16 4A 27
Octal 255 121 32 0 65 125 40 26 112 47
Binary 10101101 1010001 11010 0 110101 1010101 100000 10110 1001010 100111

Color Harmonies of #AD511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD511A

Black with #AD511A

Text Example


Text Example

White with #AD511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD511A; }

 p { color: rgb(173,81,26); }

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

background-color css

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

 a { background-color: rgb(173,81,26); }

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

border-color css

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

 span { border-color: rgb(173,81,26); }

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