Html Css Color HEX #AD8321 Hacienda

📋 copy color: '#AD8321'

red 173 ◦ green 131 ◦ blue 33

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

Shades of Hacienda #AD8321

Tints of Hacienda #AD8321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

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

R = 51.34%
G = 38.87%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD8321 (or 0xAD8321) is known color: Hacienda. HEX triplet: AD, 83 and 21. RGB value is (173,131,33). Sum of RGB (Red+Green+Blue) = 173+131+33=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8321 is #527CDE. Grayscale: #848484. Windows color (decimal): -5405919 or 2196397. OLE color: 2196397.

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

Color convert

RGB 173 131 33 -
CMYK 0 0.24 0.81 0.32
HSL 42º 0.68% 0.4% -
HSV(B) 42º 0.81% 0.68% -
XYZ 25.62 25.23 4.96 -
YUV 132.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 173 131 33 0 0.24 0.81 0.32 42 0.68 0.4
Hex AD 83 21 0 18 51 20 2A 44 28
Octal 255 203 41 0 30 121 40 52 104 50
Binary 10101101 10000011 100001 0 11000 1010001 100000 101010 1000100 101000

Color Harmonies of #AD8321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8321

Black with #AD8321

Text Example


Text Example

White with #AD8321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8321; }

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

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

background-color css

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

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

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

border-color css

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

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

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