Html Css Color HEX #A17E2B Hacienda

📋 copy color: '#A17E2B'

red 161 ◦ green 126 ◦ blue 43

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

Shades of Hacienda #A17E2B

Tints of Hacienda #A17E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 48.79%
G = 38.18%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A17E2B (or 0xA17E2B) is known color: Hacienda. HEX triplet: A1, 7E and 2B. RGB value is (161,126,43). Sum of RGB (Red+Green+Blue) = 161+126+43=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17E2B is #5E81D4. Grayscale: #7F7F7F. Windows color (decimal): -6193621 or 2850465. OLE color: 2850465.

HSL color Cylindrical-coordinate representation of color #A17E2B: hue angle of 42.2º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A17E2B is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 126 43 -
CMYK 0 0.22 0.73 0.37
HSL 42.2º 0.58% 0.4% -
HSV(B) 42.2º 0.73% 0.63% -
XYZ 22.59 22.67 5.47 -
YUV 127 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 161 126 43 0 0.22 0.73 0.37 42.2 0.58 0.4
Hex A1 7E 2B 0 16 49 25 2A 3A 28
Octal 241 176 53 0 26 111 45 52 72 50
Binary 10100001 1111110 101011 0 10110 1001001 100101 101010 111010 101000

Color Harmonies of #A17E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17E2B

Black with #A17E2B

Text Example


Text Example

White with #A17E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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