Html Css Color HEX #AD871B Hacienda

📋 copy color: '#AD871B'

red 173 ◦ green 135 ◦ blue 27

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

Shades of Hacienda #AD871B

Tints of Hacienda #AD871B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 51.64%
G = 40.3%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD871B (or 0xAD871B) is known color: Hacienda. HEX triplet: AD, 87 and 1B. RGB value is (173,135,27). Sum of RGB (Red+Green+Blue) = 173+135+27=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD871B is #5278E4. Grayscale: #868686. Windows color (decimal): -5404901 or 1804205. OLE color: 1804205.

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

Color convert

RGB 173 135 27 -
CMYK 0 0.22 0.84 0.32
HSL 44.38º 0.73% 0.39% -
HSV(B) 44.38º 0.84% 0.68% -
XYZ 26.1 26.29 4.74 -
YUV 134.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 173 135 27 0 0.22 0.84 0.32 44.38 0.73 0.39
Hex AD 87 1B 0 16 54 20 2C 49 27
Octal 255 207 33 0 26 124 40 54 111 47
Binary 10101101 10000111 11011 0 10110 1010100 100000 101100 1001001 100111

Color Harmonies of #AD871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD871B

Black with #AD871B

Text Example


Text Example

White with #AD871B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD871B; }

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

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

background-color css

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

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

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

border-color css

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

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

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