Html Css Color HEX #AD8219 Hacienda

📋 copy color: '#AD8219'

red 173 ◦ green 130 ◦ blue 25

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

Shades of Hacienda #AD8219

Tints of Hacienda #AD8219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

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

R = 52.74%
G = 39.63%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD8219 (or 0xAD8219) is known color: Hacienda. HEX triplet: AD, 82 and 19. RGB value is (173,130,25). Sum of RGB (Red+Green+Blue) = 173+130+25=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8219 is #527DE6. Grayscale: #838383. Windows color (decimal): -5406183 or 1671853. OLE color: 1671853.

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

Color convert

RGB 173 130 25 -
CMYK 0 0.25 0.86 0.32
HSL 42.57º 0.75% 0.39% -
HSV(B) 42.57º 0.86% 0.68% -
XYZ 25.39 24.92 4.39 -
YUV 130.89 68.25 158.04 -
System Red Green Blue C M Y K H S L
Decimal 173 130 25 0 0.25 0.86 0.32 42.57 0.75 0.39
Hex AD 82 19 0 19 56 20 2B 4B 27
Octal 255 202 31 0 31 126 40 53 113 47
Binary 10101101 10000010 11001 0 11001 1010110 100000 101011 1001011 100111

Color Harmonies of #AD8219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8219

Black with #AD8219

Text Example


Text Example

White with #AD8219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8219; }

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

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

background-color css

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

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

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

border-color css

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

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

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