Html Css Color HEX #AD831A Hacienda

📋 copy color: '#AD831A'

red 173 ◦ green 131 ◦ blue 26

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

Shades of Hacienda #AD831A

Tints of Hacienda #AD831A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.7%

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

R = 52.42%
G = 39.7%
B = 7.88%

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

#AD831A (or 0xAD831A) is known color: Hacienda. HEX triplet: AD, 83 and 1A. RGB value is (173,131,26). Sum of RGB (Red+Green+Blue) = 173+131+26=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD831A is #527CE5. Grayscale: #848484. Windows color (decimal): -5405926 or 1737645. OLE color: 1737645.

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

Color convert

RGB 173 131 26 -
CMYK 0 0.24 0.85 0.32
HSL 42.86º 0.74% 0.39% -
HSV(B) 42.86º 0.85% 0.68% -
XYZ 25.54 25.19 4.49 -
YUV 131.59 68.41 157.54 -
System Red Green Blue C M Y K H S L
Decimal 173 131 26 0 0.24 0.85 0.32 42.86 0.74 0.39
Hex AD 83 1A 0 18 55 20 2B 4A 27
Octal 255 203 32 0 30 125 40 53 112 47
Binary 10101101 10000011 11010 0 11000 1010101 100000 101011 1001010 100111

Color Harmonies of #AD831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD831A

Black with #AD831A

Text Example


Text Example

White with #AD831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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