Html Css Color HEX #AD8424 Hacienda

📋 copy color: '#AD8424'

red 173 ◦ green 132 ◦ blue 36

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

Shades of Hacienda #AD8424

Tints of Hacienda #AD8424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

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

R = 50.73%
G = 38.71%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD8424 (or 0xAD8424) is known color: Hacienda. HEX triplet: AD, 84 and 24. RGB value is (173,132,36). Sum of RGB (Red+Green+Blue) = 173+132+36=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8424 is #527BDB. Grayscale: #858585. Windows color (decimal): -5405660 or 2393261. OLE color: 2393261.

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

Color convert

RGB 173 132 36 -
CMYK 0 0.24 0.79 0.32
HSL 42.04º 0.66% 0.41% -
HSV(B) 42.04º 0.79% 0.68% -
XYZ 25.8 25.51 5.23 -
YUV 133.32 73.08 156.31 -
System Red Green Blue C M Y K H S L
Decimal 173 132 36 0 0.24 0.79 0.32 42.04 0.66 0.41
Hex AD 84 24 0 18 4F 20 2A 42 29
Octal 255 204 44 0 30 117 40 52 102 51
Binary 10101101 10000100 100100 0 11000 1001111 100000 101010 1000010 101001

Color Harmonies of #AD8424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8424

Black with #AD8424

Text Example


Text Example

White with #AD8424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8424; }

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

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

background-color css

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

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

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

border-color css

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

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

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