Html Css Color HEX #A27F29 Hacienda

📋 copy color: '#A27F29'

red 162 ◦ green 127 ◦ blue 41

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

Shades of Hacienda #A27F29

Tints of Hacienda #A27F29

RGB

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

 GREEN value IS 127 (50% from 255) = 38.48%

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

R = 49.09%
G = 38.48%
B = 12.42%

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

#A27F29 (or 0xA27F29) is known color: Hacienda. HEX triplet: A2, 7F and 29. RGB value is (162,127,41). Sum of RGB (Red+Green+Blue) = 162+127+41=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27F29 is #5D80D6. Grayscale: #808080. Windows color (decimal): -6127831 or 2719650. OLE color: 2719650.

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

Color convert

RGB 162 127 41 -
CMYK 0 0.22 0.75 0.36
HSL 42.64º 0.6% 0.4% -
HSV(B) 42.64º 0.75% 0.64% -
XYZ 22.89 23.02 5.33 -
YUV 127.66 79.1 152.49 -
System Red Green Blue C M Y K H S L
Decimal 162 127 41 0 0.22 0.75 0.36 42.64 0.6 0.4
Hex A2 7F 29 0 16 4B 24 2B 3C 28
Octal 242 177 51 0 26 113 44 53 74 50
Binary 10100010 1111111 101001 0 10110 1001011 100100 101011 111100 101000

Color Harmonies of #A27F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F29

Black with #A27F29

Text Example


Text Example

White with #A27F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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