Html Css Color HEX #AD8224 Hacienda

📋 copy color: '#AD8224'

red 173 ◦ green 130 ◦ blue 36

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

Shades of Hacienda #AD8224

Tints of Hacienda #AD8224

RGB

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

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

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

R = 51.03%
G = 38.35%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD8224 (or 0xAD8224) is known color: Hacienda. HEX triplet: AD, 82 and 24. RGB value is (173,130,36). Sum of RGB (Red+Green+Blue) = 173+130+36=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8224 is #527DDB. Grayscale: #848484. Windows color (decimal): -5406172 or 2392749. OLE color: 2392749.

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

Color convert

RGB 173 130 36 -
CMYK 0 0.25 0.79 0.32
HSL 41.17º 0.66% 0.41% -
HSV(B) 41.17º 0.79% 0.68% -
XYZ 25.53 24.98 5.14 -
YUV 132.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 173 130 36 0 0.25 0.79 0.32 41.17 0.66 0.41
Hex AD 82 24 0 19 4F 20 29 42 29
Octal 255 202 44 0 31 117 40 51 102 51
Binary 10101101 10000010 100100 0 11001 1001111 100000 101001 1000010 101001

Color Harmonies of #AD8224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8224

Black with #AD8224

Text Example


Text Example

White with #AD8224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8224; }

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

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

background-color css

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

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

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

border-color css

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

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

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