Html Css Color HEX #AD501A Rich Gold

📋 copy color: '#AD501A'

red 173 ◦ green 80 ◦ blue 26

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

Shades of Rich Gold #AD501A

Tints of Rich Gold #AD501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 62.01%
G = 28.67%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD501A (or 0xAD501A) is known color: Rich Gold. HEX triplet: AD, 50 and 1A. RGB value is (173,80,26). Sum of RGB (Red+Green+Blue) = 173+80+26=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD501A is #52AFE5. Grayscale: #656565. Windows color (decimal): -5418982 or 1724589. OLE color: 1724589.

HSL color Cylindrical-coordinate representation of color #AD501A: hue angle of 22.04º 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 #AD501A is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 80 26 -
CMYK 0 0.54 0.85 0.32
HSL 22.04º 0.74% 0.39% -
HSV(B) 22.04º 0.85% 0.68% -
XYZ 20.29 14.7 2.74 -
YUV 101.65 85.31 178.89 -
System Red Green Blue C M Y K H S L
Decimal 173 80 26 0 0.54 0.85 0.32 22.04 0.74 0.39
Hex AD 50 1A 0 36 55 20 16 4A 27
Octal 255 120 32 0 66 125 40 26 112 47
Binary 10101101 1010000 11010 0 110110 1010101 100000 10110 1001010 100111

Color Harmonies of #AD501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD501A

Black with #AD501A

Text Example


Text Example

White with #AD501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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