Html Css Color HEX #AD7B18 Hacienda

📋 copy color: '#AD7B18'

red 173 ◦ green 123 ◦ blue 24

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

Shades of Hacienda #AD7B18

Tints of Hacienda #AD7B18

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.44%

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

R = 54.06%
G = 38.44%
B = 7.5%

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

#AD7B18 (or 0xAD7B18) is known color: Hacienda. HEX triplet: AD, 7B and 18. RGB value is (173,123,24). Sum of RGB (Red+Green+Blue) = 173+123+24=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7B18 is #5284E7. Grayscale: #7F7F7F. Windows color (decimal): -5407976 or 1604525. OLE color: 1604525.

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

Color convert

RGB 173 123 24 -
CMYK 0 0.29 0.86 0.32
HSL 39.87º 0.76% 0.39% -
HSV(B) 39.87º 0.86% 0.68% -
XYZ 24.48 23.12 4.04 -
YUV 126.66 70.07 161.05 -
System Red Green Blue C M Y K H S L
Decimal 173 123 24 0 0.29 0.86 0.32 39.87 0.76 0.39
Hex AD 7B 18 0 1D 56 20 28 4C 27
Octal 255 173 30 0 35 126 40 50 114 47
Binary 10101101 1111011 11000 0 11101 1010110 100000 101000 1001100 100111

Color Harmonies of #AD7B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B18

Black with #AD7B18

Text Example


Text Example

White with #AD7B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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