Html Css Color HEX #AD7D1C Hacienda

📋 copy color: '#AD7D1C'

red 173 ◦ green 125 ◦ blue 28

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

Shades of Hacienda #AD7D1C

Tints of Hacienda #AD7D1C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.34%

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

R = 53.07%
G = 38.34%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD7D1C (or 0xAD7D1C) is known color: Hacienda. HEX triplet: AD, 7D and 1C. RGB value is (173,125,28). Sum of RGB (Red+Green+Blue) = 173+125+28=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D1C is #5282E3. Grayscale: #808080. Windows color (decimal): -5407460 or 1867181. OLE color: 1867181.

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

Color convert

RGB 173 125 28 -
CMYK 0 0.28 0.84 0.32
HSL 40.14º 0.72% 0.39% -
HSV(B) 40.14º 0.84% 0.68% -
XYZ 24.78 23.64 4.35 -
YUV 128.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 173 125 28 0 0.28 0.84 0.32 40.14 0.72 0.39
Hex AD 7D 1C 0 1C 54 20 28 48 27
Octal 255 175 34 0 34 124 40 50 110 47
Binary 10101101 1111101 11100 0 11100 1010100 100000 101000 1001000 100111

Color Harmonies of #AD7D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D1C

Black with #AD7D1C

Text Example


Text Example

White with #AD7D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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