Html Css Color HEX #AD811C Hacienda

📋 copy color: '#AD811C'

red 173 ◦ green 129 ◦ blue 28

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

Shades of Hacienda #AD811C

Tints of Hacienda #AD811C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

 BLUE value IS 28 (11.33% from 255) = 8.48%

R = 52.42%
G = 39.09%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD811C (or 0xAD811C) is known color: Hacienda. HEX triplet: AD, 81 and 1C. RGB value is (173,129,28). Sum of RGB (Red+Green+Blue) = 173+129+28=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD811C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD811C is #527EE3. Grayscale: #838383. Windows color (decimal): -5406436 or 1868205. OLE color: 1868205.

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

Color convert

RGB 173 129 28 -
CMYK 0 0.25 0.84 0.32
HSL 41.79º 0.72% 0.39% -
HSV(B) 41.79º 0.84% 0.68% -
XYZ 25.29 24.67 4.53 -
YUV 130.64 70.08 158.21 -
System Red Green Blue C M Y K H S L
Decimal 173 129 28 0 0.25 0.84 0.32 41.79 0.72 0.39
Hex AD 81 1C 0 19 54 20 2A 48 27
Octal 255 201 34 0 31 124 40 52 110 47
Binary 10101101 10000001 11100 0 11001 1010100 100000 101010 1001000 100111

Color Harmonies of #AD811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD811C

Black with #AD811C

Text Example


Text Example

White with #AD811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD811C; }

 p { color: rgb(173,129,28); }

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

background-color css

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

 a { background-color: rgb(173,129,28); }

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

border-color css

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

 span { border-color: rgb(173,129,28); }

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