Html Css Color HEX #AD8221 Hacienda

📋 copy color: '#AD8221'

red 173 ◦ green 130 ◦ blue 33

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

Shades of Hacienda #AD8221

Tints of Hacienda #AD8221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.82%

R = 51.49%
G = 38.69%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD8221 (or 0xAD8221) is known color: Hacienda. HEX triplet: AD, 82 and 21. RGB value is (173,130,33). Sum of RGB (Red+Green+Blue) = 173+130+33=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8221 is #527DDE. Grayscale: #848484. Windows color (decimal): -5406175 or 2196141. OLE color: 2196141.

HSL color Cylindrical-coordinate representation of color #AD8221: hue angle of 41.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD8221 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 33 -
CMYK 0 0.25 0.81 0.32
HSL 41.57º 0.68% 0.4% -
HSV(B) 41.57º 0.81% 0.68% -
XYZ 25.49 24.96 4.91 -
YUV 131.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 173 130 33 0 0.25 0.81 0.32 41.57 0.68 0.4
Hex AD 82 21 0 19 51 20 2A 44 28
Octal 255 202 41 0 31 121 40 52 104 50
Binary 10101101 10000010 100001 0 11001 1010001 100000 101010 1000100 101000

Color Harmonies of #AD8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8221

Black with #AD8221

Text Example


Text Example

White with #AD8221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8221; }

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

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

background-color css

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

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

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

border-color css

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

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

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