Html Css Color HEX #A27C29 Hacienda

📋 copy color: '#A27C29'

red 162 ◦ green 124 ◦ blue 41

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

Shades of Hacienda #A27C29

Tints of Hacienda #A27C29

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.92%

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

R = 49.54%
G = 37.92%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A27C29 (or 0xA27C29) is known color: Hacienda. HEX triplet: A2, 7C and 29. RGB value is (162,124,41). Sum of RGB (Red+Green+Blue) = 162+124+41=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C29 is #5D83D6. Grayscale: #7E7E7E. Windows color (decimal): -6128599 or 2718882. OLE color: 2718882.

HSL color Cylindrical-coordinate representation of color #A27C29: hue angle of 41.16º 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 #A27C29 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 124 41 -
CMYK 0 0.23 0.75 0.36
HSL 41.16º 0.6% 0.4% -
HSV(B) 41.16º 0.75% 0.64% -
XYZ 22.51 22.26 5.21 -
YUV 125.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 162 124 41 0 0.23 0.75 0.36 41.16 0.6 0.4
Hex A2 7C 29 0 17 4B 24 29 3C 28
Octal 242 174 51 0 27 113 44 51 74 50
Binary 10100010 1111100 101001 0 10111 1001011 100100 101001 111100 101000

Color Harmonies of #A27C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27C29

Black with #A27C29

Text Example


Text Example

White with #A27C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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