Html Css Color HEX #AD801C Hacienda

📋 copy color: '#AD801C'

red 173 ◦ green 128 ◦ blue 28

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

Shades of Hacienda #AD801C

Tints of Hacienda #AD801C

RGB

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

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

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

R = 52.58%
G = 38.91%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD801C (or 0xAD801C) is known color: Hacienda. HEX triplet: AD, 80 and 1C. RGB value is (173,128,28). Sum of RGB (Red+Green+Blue) = 173+128+28=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD801C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD801C is #527FE3. Grayscale: #828282. Windows color (decimal): -5406692 or 1867949. OLE color: 1867949.

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

Color convert

RGB 173 128 28 -
CMYK 0 0.26 0.84 0.32
HSL 41.38º 0.72% 0.39% -
HSV(B) 41.38º 0.84% 0.68% -
XYZ 25.16 24.41 4.48 -
YUV 130.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 173 128 28 0 0.26 0.84 0.32 41.38 0.72 0.39
Hex AD 80 1C 0 1A 54 20 29 48 27
Octal 255 200 34 0 32 124 40 51 110 47
Binary 10101101 10000000 11100 0 11010 1010100 100000 101001 1001000 100111

Color Harmonies of #AD801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD801C

Black with #AD801C

Text Example


Text Example

White with #AD801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD801C; }

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

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

background-color css

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

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

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

border-color css

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

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

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