Html Css Color HEX #A17E1D Hacienda

📋 copy color: '#A17E1D'

red 161 ◦ green 126 ◦ blue 29

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

Shades of Hacienda #A17E1D

Tints of Hacienda #A17E1D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.87%

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

R = 50.95%
G = 39.87%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A17E1D (or 0xA17E1D) is known color: Hacienda. HEX triplet: A1, 7E and 1D. RGB value is (161,126,29). Sum of RGB (Red+Green+Blue) = 161+126+29=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17E1D is #5E81E2. Grayscale: #7D7D7D. Windows color (decimal): -6193635 or 1932961. OLE color: 1932961.

HSL color Cylindrical-coordinate representation of color #A17E1D: hue angle of 44.09º 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 #A17E1D is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 126 29 -
CMYK 0 0.22 0.82 0.37
HSL 44.09º 0.69% 0.37% -
HSV(B) 44.09º 0.82% 0.63% -
XYZ 22.38 22.59 4.34 -
YUV 125.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 161 126 29 0 0.22 0.82 0.37 44.09 0.69 0.37
Hex A1 7E 1D 0 16 52 25 2C 45 25
Octal 241 176 35 0 26 122 45 54 105 45
Binary 10100001 1111110 11101 0 10110 1010010 100101 101100 1000101 100101

Color Harmonies of #A17E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17E1D

Black with #A17E1D

Text Example


Text Example

White with #A17E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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