Html Css Color HEX #AD8421 Hacienda

📋 copy color: '#AD8421'

red 173 ◦ green 132 ◦ blue 33

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

Shades of Hacienda #AD8421

Tints of Hacienda #AD8421

RGB

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

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

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

R = 51.18%
G = 39.05%
B = 9.76%

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

#AD8421 (or 0xAD8421) is known color: Hacienda. HEX triplet: AD, 84 and 21. RGB value is (173,132,33). Sum of RGB (Red+Green+Blue) = 173+132+33=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8421 is #527BDE. Grayscale: #858585. Windows color (decimal): -5405663 or 2196653. OLE color: 2196653.

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

Color convert

RGB 173 132 33 -
CMYK 0 0.24 0.81 0.32
HSL 42.43º 0.68% 0.4% -
HSV(B) 42.43º 0.81% 0.68% -
XYZ 25.76 25.5 5 -
YUV 132.97 71.58 156.55 -
System Red Green Blue C M Y K H S L
Decimal 173 132 33 0 0.24 0.81 0.32 42.43 0.68 0.4
Hex AD 84 21 0 18 51 20 2A 44 28
Octal 255 204 41 0 30 121 40 52 104 50
Binary 10101101 10000100 100001 0 11000 1010001 100000 101010 1000100 101000

Color Harmonies of #AD8421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8421

Black with #AD8421

Text Example


Text Example

White with #AD8421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8421; }

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

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

background-color css

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

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

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

border-color css

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

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

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