Html Css Color HEX #AD7E19 Hacienda

📋 copy color: '#AD7E19'

red 173 ◦ green 126 ◦ blue 25

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

Shades of Hacienda #AD7E19

Tints of Hacienda #AD7E19

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.89%

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

R = 53.4%
G = 38.89%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD7E19 (or 0xAD7E19) is known color: Hacienda. HEX triplet: AD, 7E and 19. RGB value is (173,126,25). Sum of RGB (Red+Green+Blue) = 173+126+25=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7E19 is #5281E6. Grayscale: #808080. Windows color (decimal): -5407207 or 1670829. OLE color: 1670829.

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

Color convert

RGB 173 126 25 -
CMYK 0 0.27 0.86 0.32
HSL 40.95º 0.75% 0.39% -
HSV(B) 40.95º 0.86% 0.68% -
XYZ 24.87 23.88 4.22 -
YUV 128.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 173 126 25 0 0.27 0.86 0.32 40.95 0.75 0.39
Hex AD 7E 19 0 1B 56 20 29 4B 27
Octal 255 176 31 0 33 126 40 51 113 47
Binary 10101101 1111110 11001 0 11011 1010110 100000 101001 1001011 100111

Color Harmonies of #AD7E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7E19

Black with #AD7E19

Text Example


Text Example

White with #AD7E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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