Html Css Color HEX #AD7D19 Hacienda

📋 copy color: '#AD7D19'

red 173 ◦ green 125 ◦ blue 25

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

Shades of Hacienda #AD7D19

Tints of Hacienda #AD7D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.7%

 BLUE value IS 25 (10.16% from 255) = 7.74%

R = 53.56%
G = 38.7%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD7D19 (or 0xAD7D19) is known color: Hacienda. HEX triplet: AD, 7D and 19. RGB value is (173,125,25). Sum of RGB (Red+Green+Blue) = 173+125+25=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7D19 is #5282E6. Grayscale: #808080. Windows color (decimal): -5407463 or 1670573. OLE color: 1670573.

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

Color convert

RGB 173 125 25 -
CMYK 0 0.28 0.86 0.32
HSL 40.54º 0.75% 0.39% -
HSV(B) 40.54º 0.86% 0.68% -
XYZ 24.74 23.62 4.18 -
YUV 127.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 173 125 25 0 0.28 0.86 0.32 40.54 0.75 0.39
Hex AD 7D 19 0 1C 56 20 29 4B 27
Octal 255 175 31 0 34 126 40 51 113 47
Binary 10101101 1111101 11001 0 11100 1010110 100000 101001 1001011 100111

Color Harmonies of #AD7D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D19

Black with #AD7D19

Text Example


Text Example

White with #AD7D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D19; }

 p { color: rgb(173,125,25); }

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

background-color css

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

 a { background-color: rgb(173,125,25); }

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

border-color css

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

 span { border-color: rgb(173,125,25); }

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