Html Css Color HEX #AD4D1C Rich Gold

📋 copy color: '#AD4D1C'

red 173 ◦ green 77 ◦ blue 28

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

Shades of Rich Gold #AD4D1C

Tints of Rich Gold #AD4D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 62.23%
G = 27.7%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD4D1C (or 0xAD4D1C) is known color: Rich Gold. HEX triplet: AD, 4D and 1C. RGB value is (173,77,28). Sum of RGB (Red+Green+Blue) = 173+77+28=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D1C is #52B2E3. Grayscale: #646464. Windows color (decimal): -5419748 or 1854893. OLE color: 1854893.

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

Color convert

RGB 173 77 28 -
CMYK 0 0.55 0.84 0.32
HSL 20.28º 0.72% 0.39% -
HSV(B) 20.28º 0.84% 0.68% -
XYZ 20.1 14.28 2.79 -
YUV 100.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 173 77 28 0 0.55 0.84 0.32 20.28 0.72 0.39
Hex AD 4D 1C 0 37 54 20 14 48 27
Octal 255 115 34 0 67 124 40 24 110 47
Binary 10101101 1001101 11100 0 110111 1010100 100000 10100 1001000 100111

Color Harmonies of #AD4D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D1C

Black with #AD4D1C

Text Example


Text Example

White with #AD4D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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