Html Css Color HEX #AD891B Hacienda

📋 copy color: '#AD891B'

red 173 ◦ green 137 ◦ blue 27

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

Shades of Hacienda #AD891B

Tints of Hacienda #AD891B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.65%

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

R = 51.34%
G = 40.65%
B = 8.01%

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

#AD891B (or 0xAD891B) is known color: Hacienda. HEX triplet: AD, 89 and 1B. RGB value is (173,137,27). Sum of RGB (Red+Green+Blue) = 173+137+27=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD891B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD891B is #5276E4. Grayscale: #878787. Windows color (decimal): -5404389 or 1804717. OLE color: 1804717.

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

Color convert

RGB 173 137 27 -
CMYK 0 0.21 0.84 0.32
HSL 45.21º 0.73% 0.39% -
HSV(B) 45.21º 0.84% 0.68% -
XYZ 26.38 26.85 4.83 -
YUV 135.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 173 137 27 0 0.21 0.84 0.32 45.21 0.73 0.39
Hex AD 89 1B 0 15 54 20 2D 49 27
Octal 255 211 33 0 25 124 40 55 111 47
Binary 10101101 10001001 11011 0 10101 1010100 100000 101101 1001001 100111

Color Harmonies of #AD891B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD891B

Black with #AD891B

Text Example


Text Example

White with #AD891B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD891B; }

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

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

background-color css

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

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

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

border-color css

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

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

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