Html Css Color HEX #AD8020 Hacienda

📋 copy color: '#AD8020'

red 173 ◦ green 128 ◦ blue 32

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

Shades of Hacienda #AD8020

Tints of Hacienda #AD8020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.44%

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 51.95%
G = 38.44%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD8020 (or 0xAD8020) is known color: Hacienda. HEX triplet: AD, 80 and 20. RGB value is (173,128,32). Sum of RGB (Red+Green+Blue) = 173+128+32=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8020 is #527FDF. Grayscale: #828282. Windows color (decimal): -5406688 or 2130093. OLE color: 2130093.

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

Color convert

RGB 173 128 32 -
CMYK 0 0.26 0.82 0.32
HSL 40.85º 0.69% 0.4% -
HSV(B) 40.85º 0.82% 0.68% -
XYZ 25.21 24.43 4.75 -
YUV 130.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 173 128 32 0 0.26 0.82 0.32 40.85 0.69 0.4
Hex AD 80 20 0 1A 52 20 29 45 28
Octal 255 200 40 0 32 122 40 51 105 50
Binary 10101101 10000000 100000 0 11010 1010010 100000 101001 1000101 101000

Color Harmonies of #AD8020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8020

Black with #AD8020

Text Example


Text Example

White with #AD8020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8020; }

 p { color: rgb(173,128,32); }

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

background-color css

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

 a { background-color: rgb(173,128,32); }

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

border-color css

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

 span { border-color: rgb(173,128,32); }

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