Html Css Color HEX #A1751D Hacienda

📋 copy color: '#A1751D'

red 161 ◦ green 117 ◦ blue 29

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

Shades of Hacienda #A1751D

Tints of Hacienda #A1751D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

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

R = 52.44%
G = 38.11%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1751D (or 0xA1751D) is known color: Hacienda. HEX triplet: A1, 75 and 1D. RGB value is (161,117,29). Sum of RGB (Red+Green+Blue) = 161+117+29=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1751D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1751D is #5E8AE2. Grayscale: #787878. Windows color (decimal): -6195939 or 1930657. OLE color: 1930657.

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

Color convert

RGB 161 117 29 -
CMYK 0 0.27 0.82 0.37
HSL 40º 0.69% 0.37% -
HSV(B) 40º 0.82% 0.63% -
XYZ 21.28 20.39 3.98 -
YUV 120.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 161 117 29 0 0.27 0.82 0.37 40 0.69 0.37
Hex A1 75 1D 0 1B 52 25 28 45 25
Octal 241 165 35 0 33 122 45 50 105 45
Binary 10100001 1110101 11101 0 11011 1010010 100101 101000 1000101 100101

Color Harmonies of #A1751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1751D

Black with #A1751D

Text Example


Text Example

White with #A1751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1751D; }

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

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

background-color css

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

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

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

border-color css

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

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

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