Html Css Color HEX #AD7A18 Hacienda

📋 copy color: '#AD7A18'

red 173 ◦ green 122 ◦ blue 24

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

Shades of Hacienda #AD7A18

Tints of Hacienda #AD7A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.52%

R = 54.23%
G = 38.24%
B = 7.52%

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

#AD7A18 (or 0xAD7A18) is known color: Hacienda. HEX triplet: AD, 7A and 18. RGB value is (173,122,24). Sum of RGB (Red+Green+Blue) = 173+122+24=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A18 is #5285E7. Grayscale: #7E7E7E. Windows color (decimal): -5408232 or 1604269. OLE color: 1604269.

HSL color Cylindrical-coordinate representation of color #AD7A18: hue angle of 39.46º degrees, saturation: 0.76, 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 #AD7A18 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 122 24 -
CMYK 0 0.29 0.86 0.32
HSL 39.46º 0.76% 0.39% -
HSV(B) 39.46º 0.86% 0.68% -
XYZ 24.36 22.87 3.99 -
YUV 126.08 70.4 161.47 -
System Red Green Blue C M Y K H S L
Decimal 173 122 24 0 0.29 0.86 0.32 39.46 0.76 0.39
Hex AD 7A 18 0 1D 56 20 27 4C 27
Octal 255 172 30 0 35 126 40 47 114 47
Binary 10101101 1111010 11000 0 11101 1010110 100000 100111 1001100 100111

Color Harmonies of #AD7A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A18

Black with #AD7A18

Text Example


Text Example

White with #AD7A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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