Html Css Color HEX #AD7A19 Hacienda

📋 copy color: '#AD7A19'

red 173 ◦ green 122 ◦ blue 25

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

Shades of Hacienda #AD7A19

Tints of Hacienda #AD7A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.13%

 BLUE value IS 25 (10.16% from 255) = 7.81%

R = 54.06%
G = 38.13%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD7A19 (or 0xAD7A19) is known color: Hacienda. HEX triplet: AD, 7A and 19. RGB value is (173,122,25). Sum of RGB (Red+Green+Blue) = 173+122+25=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A19 is #5285E6. Grayscale: #7E7E7E. Windows color (decimal): -5408231 or 1669805. OLE color: 1669805.

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

Color convert

RGB 173 122 25 -
CMYK 0 0.29 0.86 0.32
HSL 39.32º 0.75% 0.39% -
HSV(B) 39.32º 0.86% 0.68% -
XYZ 24.37 22.87 4.05 -
YUV 126.19 70.9 161.39 -
System Red Green Blue C M Y K H S L
Decimal 173 122 25 0 0.29 0.86 0.32 39.32 0.75 0.39
Hex AD 7A 19 0 1D 56 20 27 4B 27
Octal 255 172 31 0 35 126 40 47 113 47
Binary 10101101 1111010 11001 0 11101 1010110 100000 100111 1001011 100111

Color Harmonies of #AD7A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A19

Black with #AD7A19

Text Example


Text Example

White with #AD7A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A19; }

 p { color: rgb(173,122,25); }

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

background-color css

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

 a { background-color: rgb(173,122,25); }

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

border-color css

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

 span { border-color: rgb(173,122,25); }

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