Html Css Color HEX #AD871E Hacienda

📋 copy color: '#AD871E'

red 173 ◦ green 135 ◦ blue 30

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

Shades of Hacienda #AD871E

Tints of Hacienda #AD871E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.88%

R = 51.18%
G = 39.94%
B = 8.88%

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

#AD871E (or 0xAD871E) is known color: Hacienda. HEX triplet: AD, 87 and 1E. RGB value is (173,135,30). Sum of RGB (Red+Green+Blue) = 173+135+30=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD871E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD871E is #5278E1. Grayscale: #868686. Windows color (decimal): -5404898 or 2000813. OLE color: 2000813.

HSL color Cylindrical-coordinate representation of color #AD871E: hue angle of 44.06º degrees, saturation: 0.7, 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 #AD871E is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 135 30 -
CMYK 0 0.22 0.83 0.32
HSL 44.06º 0.7% 0.4% -
HSV(B) 44.06º 0.83% 0.68% -
XYZ 26.13 26.31 4.93 -
YUV 134.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 173 135 30 0 0.22 0.83 0.32 44.06 0.7 0.4
Hex AD 87 1E 0 16 53 20 2C 46 28
Octal 255 207 36 0 26 123 40 54 106 50
Binary 10101101 10000111 11110 0 10110 1010011 100000 101100 1000110 101000

Color Harmonies of #AD871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD871E

Black with #AD871E

Text Example


Text Example

White with #AD871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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