Html Css Color HEX #A27E29 Hacienda

📋 copy color: '#A27E29'

red 162 ◦ green 126 ◦ blue 41

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

Shades of Hacienda #A27E29

Tints of Hacienda #A27E29

RGB

 RED value IS 162 (63.67% from 255) = 49.24%

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

 BLUE value IS 41 (16.41% from 255) = 12.46%

R = 49.24%
G = 38.3%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A27E29 (or 0xA27E29) is known color: Hacienda. HEX triplet: A2, 7E and 29. RGB value is (162,126,41). Sum of RGB (Red+Green+Blue) = 162+126+41=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E29 is #5D81D6. Grayscale: #7F7F7F. Windows color (decimal): -6128087 or 2719394. OLE color: 2719394.

HSL color Cylindrical-coordinate representation of color #A27E29: hue angle of 42.15º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A27E29 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 126 41 -
CMYK 0 0.22 0.75 0.36
HSL 42.15º 0.6% 0.4% -
HSV(B) 42.15º 0.75% 0.64% -
XYZ 22.76 22.76 5.29 -
YUV 127.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 162 126 41 0 0.22 0.75 0.36 42.15 0.6 0.4
Hex A2 7E 29 0 16 4B 24 2A 3C 28
Octal 242 176 51 0 26 113 44 52 74 50
Binary 10100010 1111110 101001 0 10110 1001011 100100 101010 111100 101000

Color Harmonies of #A27E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E29

Black with #A27E29

Text Example


Text Example

White with #A27E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E29; }

 p { color: rgb(162,126,41); }

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

background-color css

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

 a { background-color: rgb(162,126,41); }

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

border-color css

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

 span { border-color: rgb(162,126,41); }

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