Html Css Color HEX #A17F1D Hacienda

📋 copy color: '#A17F1D'

red 161 ◦ green 127 ◦ blue 29

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

Shades of Hacienda #A17F1D

Tints of Hacienda #A17F1D

RGB

 RED value IS 161 (63.28% from 255) = 50.79%

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

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

R = 50.79%
G = 40.06%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A17F1D (or 0xA17F1D) is known color: Hacienda. HEX triplet: A1, 7F and 1D. RGB value is (161,127,29). Sum of RGB (Red+Green+Blue) = 161+127+29=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F1D is #5E80E2. Grayscale: #7E7E7E. Windows color (decimal): -6193379 or 1933217. OLE color: 1933217.

HSL color Cylindrical-coordinate representation of color #A17F1D: hue angle of 44.55º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A17F1D is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 127 29 -
CMYK 0 0.21 0.82 0.37
HSL 44.55º 0.69% 0.37% -
HSV(B) 44.55º 0.82% 0.63% -
XYZ 22.51 22.84 4.39 -
YUV 125.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 161 127 29 0 0.21 0.82 0.37 44.55 0.69 0.37
Hex A1 7F 1D 0 15 52 25 2D 45 25
Octal 241 177 35 0 25 122 45 55 105 45
Binary 10100001 1111111 11101 0 10101 1010010 100101 101101 1000101 100101

Color Harmonies of #A17F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F1D

Black with #A17F1D

Text Example


Text Example

White with #A17F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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