Html Css Color HEX #AD4F1D Rich Gold

📋 copy color: '#AD4F1D'

red 173 ◦ green 79 ◦ blue 29

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

Shades of Rich Gold #AD4F1D

Tints of Rich Gold #AD4F1D

RGB

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

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

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

R = 61.57%
G = 28.11%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD4F1D (or 0xAD4F1D) is known color: Rich Gold. HEX triplet: AD, 4F and 1D. RGB value is (173,79,29). Sum of RGB (Red+Green+Blue) = 173+79+29=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4F1D is #52B0E2. Grayscale: #656565. Windows color (decimal): -5419235 or 1920941. OLE color: 1920941.

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

Color convert

RGB 173 79 29 -
CMYK 0 0.54 0.83 0.32
HSL 20.83º 0.71% 0.4% -
HSV(B) 20.83º 0.83% 0.68% -
XYZ 20.25 14.56 2.91 -
YUV 101.41 87.14 179.07 -
System Red Green Blue C M Y K H S L
Decimal 173 79 29 0 0.54 0.83 0.32 20.83 0.71 0.4
Hex AD 4F 1D 0 36 53 20 15 47 28
Octal 255 117 35 0 66 123 40 25 107 50
Binary 10101101 1001111 11101 0 110110 1010011 100000 10101 1000111 101000

Color Harmonies of #AD4F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4F1D

Black with #AD4F1D

Text Example


Text Example

White with #AD4F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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