Html Css Color HEX #AD871F Hacienda

📋 copy color: '#AD871F'

red 173 ◦ green 135 ◦ blue 31

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

Shades of Hacienda #AD871F

Tints of Hacienda #AD871F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.14%

R = 51.03%
G = 39.82%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD871F (or 0xAD871F) is known color: Hacienda. HEX triplet: AD, 87 and 1F. RGB value is (173,135,31). Sum of RGB (Red+Green+Blue) = 173+135+31=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD871F is #5278E0. Grayscale: #868686. Windows color (decimal): -5404897 or 2066349. OLE color: 2066349.

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

Color convert

RGB 173 135 31 -
CMYK 0 0.22 0.82 0.32
HSL 43.94º 0.7% 0.4% -
HSV(B) 43.94º 0.82% 0.68% -
XYZ 26.14 26.31 5 -
YUV 134.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 173 135 31 0 0.22 0.82 0.32 43.94 0.7 0.4
Hex AD 87 1F 0 16 52 20 2C 46 28
Octal 255 207 37 0 26 122 40 54 106 50
Binary 10101101 10000111 11111 0 10110 1010010 100000 101100 1000110 101000

Color Harmonies of #AD871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD871F

Black with #AD871F

Text Example


Text Example

White with #AD871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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