Html Css Color HEX #AD801A Hacienda

📋 copy color: '#AD801A'

red 173 ◦ green 128 ◦ blue 26

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

Shades of Hacienda #AD801A

Tints of Hacienda #AD801A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.14%

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

R = 52.91%
G = 39.14%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD801A (or 0xAD801A) is known color: Hacienda. HEX triplet: AD, 80 and 1A. RGB value is (173,128,26). Sum of RGB (Red+Green+Blue) = 173+128+26=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD801A is #527FE5. Grayscale: #828282. Windows color (decimal): -5406694 or 1736877. OLE color: 1736877.

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

Color convert

RGB 173 128 26 -
CMYK 0 0.26 0.85 0.32
HSL 41.63º 0.74% 0.39% -
HSV(B) 41.63º 0.85% 0.68% -
XYZ 25.14 24.4 4.36 -
YUV 129.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 173 128 26 0 0.26 0.85 0.32 41.63 0.74 0.39
Hex AD 80 1A 0 1A 55 20 2A 4A 27
Octal 255 200 32 0 32 125 40 52 112 47
Binary 10101101 10000000 11010 0 11010 1010101 100000 101010 1001010 100111

Color Harmonies of #AD801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD801A

Black with #AD801A

Text Example


Text Example

White with #AD801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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