Html Css Color HEX #AD8922 Hacienda

📋 copy color: '#AD8922'

red 173 ◦ green 137 ◦ blue 34

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

Shades of Hacienda #AD8922

Tints of Hacienda #AD8922

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.83%

 BLUE value IS 34 (13.67% from 255) = 9.88%

R = 50.29%
G = 39.83%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD8922 (or 0xAD8922) is known color: Hacienda. HEX triplet: AD, 89 and 22. RGB value is (173,137,34). Sum of RGB (Red+Green+Blue) = 173+137+34=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8922 is #5276DD. Grayscale: #888888. Windows color (decimal): -5404382 or 2263469. OLE color: 2263469.

HSL color Cylindrical-coordinate representation of color #AD8922: hue angle of 44.46º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD8922 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 137 34 -
CMYK 0 0.21 0.80 0.32
HSL 44.46º 0.67% 0.41% -
HSV(B) 44.46º 0.8% 0.68% -
XYZ 26.47 26.89 5.31 -
YUV 136.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 173 137 34 0 0.21 0.80 0.32 44.46 0.67 0.41
Hex AD 89 22 0 15 50 20 2C 43 29
Octal 255 211 42 0 25 120 40 54 103 51
Binary 10101101 10001001 100010 0 10101 1010000 100000 101100 1000011 101001

Color Harmonies of #AD8922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8922

Black with #AD8922

Text Example


Text Example

White with #AD8922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8922; }

 p { color: rgb(173,137,34); }

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

background-color css

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

 a { background-color: rgb(173,137,34); }

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

border-color css

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

 span { border-color: rgb(173,137,34); }

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