Html Css Color HEX #AD8824 Hacienda

📋 copy color: '#AD8824'

red 173 ◦ green 136 ◦ blue 36

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

Shades of Hacienda #AD8824

Tints of Hacienda #AD8824

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.42%

 BLUE value IS 36 (14.45% from 255) = 10.43%

R = 50.14%
G = 39.42%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD8824 (or 0xAD8824) is known color: Hacienda. HEX triplet: AD, 88 and 24. RGB value is (173,136,36). Sum of RGB (Red+Green+Blue) = 173+136+36=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8824 is #5277DB. Grayscale: #888888. Windows color (decimal): -5404636 or 2394285. OLE color: 2394285.

HSL color Cylindrical-coordinate representation of color #AD8824: hue angle of 43.8º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD8824 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 136 36 -
CMYK 0 0.21 0.79 0.32
HSL 43.8º 0.66% 0.41% -
HSV(B) 43.8º 0.79% 0.68% -
XYZ 26.36 26.62 5.42 -
YUV 135.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 173 136 36 0 0.21 0.79 0.32 43.8 0.66 0.41
Hex AD 88 24 0 15 4F 20 2C 42 29
Octal 255 210 44 0 25 117 40 54 102 51
Binary 10101101 10001000 100100 0 10101 1001111 100000 101100 1000010 101001

Color Harmonies of #AD8824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8824

Black with #AD8824

Text Example


Text Example

White with #AD8824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8824; }

 p { color: rgb(173,136,36); }

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

background-color css

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

 a { background-color: rgb(173,136,36); }

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

border-color css

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

 span { border-color: rgb(173,136,36); }

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