Html Css Color HEX #AD861B Hacienda

📋 copy color: '#AD861B'

red 173 ◦ green 134 ◦ blue 27

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

Shades of Hacienda #AD861B

Tints of Hacienda #AD861B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.12%

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

R = 51.8%
G = 40.12%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD861B (or 0xAD861B) is known color: Hacienda. HEX triplet: AD, 86 and 1B. RGB value is (173,134,27). Sum of RGB (Red+Green+Blue) = 173+134+27=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD861B is #5279E4. Grayscale: #858585. Windows color (decimal): -5405157 or 1803949. OLE color: 1803949.

HSL color Cylindrical-coordinate representation of color #AD861B: hue angle of 43.97º 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 #AD861B is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 134 27 -
CMYK 0 0.23 0.84 0.32
HSL 43.97º 0.73% 0.39% -
HSV(B) 43.97º 0.84% 0.68% -
XYZ 25.96 26.01 4.69 -
YUV 133.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 173 134 27 0 0.23 0.84 0.32 43.97 0.73 0.39
Hex AD 86 1B 0 17 54 20 2C 49 27
Octal 255 206 33 0 27 124 40 54 111 47
Binary 10101101 10000110 11011 0 10111 1010100 100000 101100 1001001 100111

Color Harmonies of #AD861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD861B

Black with #AD861B

Text Example


Text Example

White with #AD861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD861B; }

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

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

background-color css

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

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

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

border-color css

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

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

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