Html Css Color HEX #AD8119 Hacienda

📋 copy color: '#AD8119'

red 173 ◦ green 129 ◦ blue 25

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

Shades of Hacienda #AD8119

Tints of Hacienda #AD8119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.45%

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

R = 52.91%
G = 39.45%
B = 7.65%

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

#AD8119 (or 0xAD8119) is known color: Hacienda. HEX triplet: AD, 81 and 19. RGB value is (173,129,25). Sum of RGB (Red+Green+Blue) = 173+129+25=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8119 is #527EE6. Grayscale: #828282. Windows color (decimal): -5406439 or 1671597. OLE color: 1671597.

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

Color convert

RGB 173 129 25 -
CMYK 0 0.25 0.86 0.32
HSL 42.16º 0.75% 0.39% -
HSV(B) 42.16º 0.86% 0.68% -
XYZ 25.26 24.65 4.35 -
YUV 130.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 173 129 25 0 0.25 0.86 0.32 42.16 0.75 0.39
Hex AD 81 19 0 19 56 20 2A 4B 27
Octal 255 201 31 0 31 126 40 52 113 47
Binary 10101101 10000001 11001 0 11001 1010110 100000 101010 1001011 100111

Color Harmonies of #AD8119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8119

Black with #AD8119

Text Example


Text Example

White with #AD8119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8119; }

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

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

background-color css

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

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

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

border-color css

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

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

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