Html Css Color HEX #AD801F Hacienda

📋 copy color: '#AD801F'

red 173 ◦ green 128 ◦ blue 31

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

Shades of Hacienda #AD801F

Tints of Hacienda #AD801F

RGB

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

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

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

R = 52.11%
G = 38.55%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD801F (or 0xAD801F) is known color: Hacienda. HEX triplet: AD, 80 and 1F. RGB value is (173,128,31). Sum of RGB (Red+Green+Blue) = 173+128+31=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD801F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD801F is #527FE0. Grayscale: #828282. Windows color (decimal): -5406689 or 2064557. OLE color: 2064557.

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

Color convert

RGB 173 128 31 -
CMYK 0 0.26 0.82 0.32
HSL 40.99º 0.7% 0.4% -
HSV(B) 40.99º 0.82% 0.68% -
XYZ 25.2 24.42 4.68 -
YUV 130.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 173 128 31 0 0.26 0.82 0.32 40.99 0.7 0.4
Hex AD 80 1F 0 1A 52 20 29 46 28
Octal 255 200 37 0 32 122 40 51 106 50
Binary 10101101 10000000 11111 0 11010 1010010 100000 101001 1000110 101000

Color Harmonies of #AD801F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD801F

Black with #AD801F

Text Example


Text Example

White with #AD801F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD801F; }

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

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

background-color css

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

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

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

border-color css

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

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

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