Html Css Color HEX #AD8422 Hacienda

📋 copy color: '#AD8422'

red 173 ◦ green 132 ◦ blue 34

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

Shades of Hacienda #AD8422

Tints of Hacienda #AD8422

RGB

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

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

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

R = 51.03%
G = 38.94%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD8422 (or 0xAD8422) is known color: Hacienda. HEX triplet: AD, 84 and 22. RGB value is (173,132,34). Sum of RGB (Red+Green+Blue) = 173+132+34=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8422 is #527BDD. Grayscale: #858585. Windows color (decimal): -5405662 or 2262189. OLE color: 2262189.

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

Color convert

RGB 173 132 34 -
CMYK 0 0.24 0.80 0.32
HSL 42.3º 0.67% 0.41% -
HSV(B) 42.3º 0.8% 0.68% -
XYZ 25.77 25.5 5.08 -
YUV 133.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 173 132 34 0 0.24 0.80 0.32 42.3 0.67 0.41
Hex AD 84 22 0 18 50 20 2A 43 29
Octal 255 204 42 0 30 120 40 52 103 51
Binary 10101101 10000100 100010 0 11000 1010000 100000 101010 1000011 101001

Color Harmonies of #AD8422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8422

Black with #AD8422

Text Example


Text Example

White with #AD8422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8422; }

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

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

background-color css

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

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

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

border-color css

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

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

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