Html Css Color HEX #AD7918 Hacienda

📋 copy color: '#AD7918'

red 173 ◦ green 121 ◦ blue 24

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

Shades of Hacienda #AD7918

Tints of Hacienda #AD7918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.05%

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

R = 54.4%
G = 38.05%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD7918 (or 0xAD7918) is known color: Hacienda. HEX triplet: AD, 79 and 18. RGB value is (173,121,24). Sum of RGB (Red+Green+Blue) = 173+121+24=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7918 is #5286E7. Grayscale: #7D7D7D. Windows color (decimal): -5408488 or 1604013. OLE color: 1604013.

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

Color convert

RGB 173 121 24 -
CMYK 0 0.30 0.86 0.32
HSL 39.06º 0.76% 0.39% -
HSV(B) 39.06º 0.86% 0.68% -
XYZ 24.24 22.62 3.95 -
YUV 125.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 173 121 24 0 0.30 0.86 0.32 39.06 0.76 0.39
Hex AD 79 18 0 1E 56 20 27 4C 27
Octal 255 171 30 0 36 126 40 47 114 47
Binary 10101101 1111001 11000 0 11110 1010110 100000 100111 1001100 100111

Color Harmonies of #AD7918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7918

Black with #AD7918

Text Example


Text Example

White with #AD7918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7918; }

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

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

background-color css

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

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

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

border-color css

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

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

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