Html Css Color HEX #AD4F1A Rich Gold

📋 copy color: '#AD4F1A'

red 173 ◦ green 79 ◦ blue 26

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

Shades of Rich Gold #AD4F1A

Tints of Rich Gold #AD4F1A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.42%

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

R = 62.23%
G = 28.42%
B = 9.35%

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

#AD4F1A (or 0xAD4F1A) is known color: Rich Gold. HEX triplet: AD, 4F and 1A. RGB value is (173,79,26). Sum of RGB (Red+Green+Blue) = 173+79+26=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4F1A is #52B0E5. Grayscale: #656565. Windows color (decimal): -5419238 or 1724333. OLE color: 1724333.

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

Color convert

RGB 173 79 26 -
CMYK 0 0.54 0.85 0.32
HSL 21.63º 0.74% 0.39% -
HSV(B) 21.63º 0.85% 0.68% -
XYZ 20.22 14.55 2.72 -
YUV 101.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 173 79 26 0 0.54 0.85 0.32 21.63 0.74 0.39
Hex AD 4F 1A 0 36 55 20 16 4A 27
Octal 255 117 32 0 66 125 40 26 112 47
Binary 10101101 1001111 11010 0 110110 1010101 100000 10110 1001010 100111

Color Harmonies of #AD4F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4F1A

Black with #AD4F1A

Text Example


Text Example

White with #AD4F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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