Html Css Color HEX #AD7F1D Hacienda

📋 copy color: '#AD7F1D'

red 173 ◦ green 127 ◦ blue 29

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

Shades of Hacienda #AD7F1D

Tints of Hacienda #AD7F1D

RGB

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

 GREEN value IS 127 (50% from 255) = 38.6%

 BLUE value IS 29 (11.72% from 255) = 8.81%

R = 52.58%
G = 38.6%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD7F1D (or 0xAD7F1D) is known color: Hacienda. HEX triplet: AD, 7F and 1D. RGB value is (173,127,29). Sum of RGB (Red+Green+Blue) = 173+127+29=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F1D is #5280E2. Grayscale: #828282. Windows color (decimal): -5406947 or 1933229. OLE color: 1933229.

HSL color Cylindrical-coordinate representation of color #AD7F1D: hue angle of 40.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD7F1D is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 127 29 -
CMYK 0 0.27 0.83 0.32
HSL 40.83º 0.71% 0.4% -
HSV(B) 40.83º 0.83% 0.68% -
XYZ 25.04 24.15 4.5 -
YUV 129.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 173 127 29 0 0.27 0.83 0.32 40.83 0.71 0.4
Hex AD 7F 1D 0 1B 53 20 29 47 28
Octal 255 177 35 0 33 123 40 51 107 50
Binary 10101101 1111111 11101 0 11011 1010011 100000 101001 1000111 101000

Color Harmonies of #AD7F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F1D

Black with #AD7F1D

Text Example


Text Example

White with #AD7F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F1D; }

 p { color: rgb(173,127,29); }

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

background-color css

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

 a { background-color: rgb(173,127,29); }

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

border-color css

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

 span { border-color: rgb(173,127,29); }

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