Html Css Color HEX #AD891F Hacienda

📋 copy color: '#AD891F'

red 173 ◦ green 137 ◦ blue 31

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

Shades of Hacienda #AD891F

Tints of Hacienda #AD891F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.09%

R = 50.73%
G = 40.18%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD891F (or 0xAD891F) is known color: Hacienda. HEX triplet: AD, 89 and 1F. RGB value is (173,137,31). Sum of RGB (Red+Green+Blue) = 173+137+31=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD891F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD891F is #5276E0. Grayscale: #888888. Windows color (decimal): -5404385 or 2066861. OLE color: 2066861.

HSL color Cylindrical-coordinate representation of color #AD891F: hue angle of 44.79º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD891F is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 137 31 -
CMYK 0 0.21 0.82 0.32
HSL 44.79º 0.7% 0.4% -
HSV(B) 44.79º 0.82% 0.68% -
XYZ 26.43 26.87 5.09 -
YUV 135.68 68.93 154.62 -
System Red Green Blue C M Y K H S L
Decimal 173 137 31 0 0.21 0.82 0.32 44.79 0.7 0.4
Hex AD 89 1F 0 15 52 20 2D 46 28
Octal 255 211 37 0 25 122 40 55 106 50
Binary 10101101 10001001 11111 0 10101 1010010 100000 101101 1000110 101000

Color Harmonies of #AD891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD891F

Black with #AD891F

Text Example


Text Example

White with #AD891F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD891F; }

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

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

background-color css

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

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

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

border-color css

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

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

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