Html Css Color HEX #AD871D Hacienda

📋 copy color: '#AD871D'

red 173 ◦ green 135 ◦ blue 29

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

Shades of Hacienda #AD871D

Tints of Hacienda #AD871D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.06%

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 51.34%
G = 40.06%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD871D (or 0xAD871D) is known color: Hacienda. HEX triplet: AD, 87 and 1D. RGB value is (173,135,29). Sum of RGB (Red+Green+Blue) = 173+135+29=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD871D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD871D is #5278E2. Grayscale: #868686. Windows color (decimal): -5404899 or 1935277. OLE color: 1935277.

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

Color convert

RGB 173 135 29 -
CMYK 0 0.22 0.83 0.32
HSL 44.17º 0.71% 0.4% -
HSV(B) 44.17º 0.83% 0.68% -
XYZ 26.12 26.3 4.86 -
YUV 134.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 173 135 29 0 0.22 0.83 0.32 44.17 0.71 0.4
Hex AD 87 1D 0 16 53 20 2C 47 28
Octal 255 207 35 0 26 123 40 54 107 50
Binary 10101101 10000111 11101 0 10110 1010011 100000 101100 1000111 101000

Color Harmonies of #AD871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD871D

Black with #AD871D

Text Example


Text Example

White with #AD871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD871D; }

 p { color: rgb(173,135,29); }

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

background-color css

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

 a { background-color: rgb(173,135,29); }

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

border-color css

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

 span { border-color: rgb(173,135,29); }

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