Html Css Color HEX #AD4D1D Rich Gold

📋 copy color: '#AD4D1D'

red 173 ◦ green 77 ◦ blue 29

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

Shades of Rich Gold #AD4D1D

Tints of Rich Gold #AD4D1D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.6%

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 62.01%
G = 27.6%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD4D1D (or 0xAD4D1D) is known color: Rich Gold. HEX triplet: AD, 4D and 1D. RGB value is (173,77,29). Sum of RGB (Red+Green+Blue) = 173+77+29=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D1D is #52B2E2. Grayscale: #646464. Windows color (decimal): -5419747 or 1920429. OLE color: 1920429.

HSL color Cylindrical-coordinate representation of color #AD4D1D: hue angle of 20º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD4D1D is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 77 29 -
CMYK 0 0.55 0.83 0.32
HSL 20º 0.71% 0.4% -
HSV(B) 20º 0.83% 0.68% -
XYZ 20.11 14.28 2.86 -
YUV 100.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 173 77 29 0 0.55 0.83 0.32 20 0.71 0.4
Hex AD 4D 1D 0 37 53 20 14 47 28
Octal 255 115 35 0 67 123 40 24 107 50
Binary 10101101 1001101 11101 0 110111 1010011 100000 10100 1000111 101000

Color Harmonies of #AD4D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D1D

Black with #AD4D1D

Text Example


Text Example

White with #AD4D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D1D; }

 p { color: rgb(173,77,29); }

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

background-color css

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

 a { background-color: rgb(173,77,29); }

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

border-color css

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

 span { border-color: rgb(173,77,29); }

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