Html Css Color HEX #AD841A Hacienda

📋 copy color: '#AD841A'

red 173 ◦ green 132 ◦ blue 26

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

Shades of Hacienda #AD841A

Tints of Hacienda #AD841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 52.27%
G = 39.88%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD841A (or 0xAD841A) is known color: Hacienda. HEX triplet: AD, 84 and 1A. RGB value is (173,132,26). Sum of RGB (Red+Green+Blue) = 173+132+26=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD841A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD841A is #527BE5. Grayscale: #848484. Windows color (decimal): -5405670 or 1737901. OLE color: 1737901.

HSL color Cylindrical-coordinate representation of color #AD841A: hue angle of 43.27º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD841A is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 132 26 -
CMYK 0 0.24 0.85 0.32
HSL 43.27º 0.74% 0.39% -
HSV(B) 43.27º 0.85% 0.68% -
XYZ 25.67 25.46 4.54 -
YUV 132.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 173 132 26 0 0.24 0.85 0.32 43.27 0.74 0.39
Hex AD 84 1A 0 18 55 20 2B 4A 27
Octal 255 204 32 0 30 125 40 53 112 47
Binary 10101101 10000100 11010 0 11000 1010101 100000 101011 1001010 100111

Color Harmonies of #AD841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD841A

Black with #AD841A

Text Example


Text Example

White with #AD841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD841A; }

 p { color: rgb(173,132,26); }

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

background-color css

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

 a { background-color: rgb(173,132,26); }

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

border-color css

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

 span { border-color: rgb(173,132,26); }

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