Html Css Color HEX #AD871A Hacienda

📋 copy color: '#AD871A'

red 173 ◦ green 135 ◦ blue 26

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

Shades of Hacienda #AD871A

Tints of Hacienda #AD871A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 51.8%
G = 40.42%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD871A (or 0xAD871A) is known color: Hacienda. HEX triplet: AD, 87 and 1A. RGB value is (173,135,26). Sum of RGB (Red+Green+Blue) = 173+135+26=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD871A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD871A is #5278E5. Grayscale: #868686. Windows color (decimal): -5404902 or 1738669. OLE color: 1738669.

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

Color convert

RGB 173 135 26 -
CMYK 0 0.22 0.85 0.32
HSL 44.49º 0.74% 0.39% -
HSV(B) 44.49º 0.85% 0.68% -
XYZ 26.08 26.29 4.68 -
YUV 133.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 173 135 26 0 0.22 0.85 0.32 44.49 0.74 0.39
Hex AD 87 1A 0 16 55 20 2C 4A 27
Octal 255 207 32 0 26 125 40 54 112 47
Binary 10101101 10000111 11010 0 10110 1010101 100000 101100 1001010 100111

Color Harmonies of #AD871A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD871A

Black with #AD871A

Text Example


Text Example

White with #AD871A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD871A; }

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

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

background-color css

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

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

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

border-color css

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

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

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