Html Css Color HEX #AD881B Hacienda

📋 copy color: '#AD881B'

red 173 ◦ green 136 ◦ blue 27

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

Shades of Hacienda #AD881B

Tints of Hacienda #AD881B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.48%

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

R = 51.49%
G = 40.48%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD881B (or 0xAD881B) is known color: Hacienda. HEX triplet: AD, 88 and 1B. RGB value is (173,136,27). Sum of RGB (Red+Green+Blue) = 173+136+27=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD881B is #5277E4. Grayscale: #878787. Windows color (decimal): -5404645 or 1804461. OLE color: 1804461.

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

Color convert

RGB 173 136 27 -
CMYK 0 0.21 0.84 0.32
HSL 44.79º 0.73% 0.39% -
HSV(B) 44.79º 0.84% 0.68% -
XYZ 26.24 26.57 4.78 -
YUV 134.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 173 136 27 0 0.21 0.84 0.32 44.79 0.73 0.39
Hex AD 88 1B 0 15 54 20 2D 49 27
Octal 255 210 33 0 25 124 40 55 111 47
Binary 10101101 10001000 11011 0 10101 1010100 100000 101101 1001001 100111

Color Harmonies of #AD881B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD881B

Black with #AD881B

Text Example


Text Example

White with #AD881B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD881B; }

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

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

background-color css

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

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

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

border-color css

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

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

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