Html Css Color HEX #A47F29 Hacienda

📋 copy color: '#A47F29'

red 164 ◦ green 127 ◦ blue 41

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

Shades of Hacienda #A47F29

Tints of Hacienda #A47F29

RGB

 RED value IS 164 (64.45% from 255) = 49.4%

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

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

R = 49.4%
G = 38.25%
B = 12.35%

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

#A47F29 (or 0xA47F29) is known color: Hacienda. HEX triplet: A4, 7F and 29. RGB value is (164,127,41). Sum of RGB (Red+Green+Blue) = 164+127+41=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F29 is #5B80D6. Grayscale: #808080. Windows color (decimal): -5996759 or 2719652. OLE color: 2719652.

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

Color convert

RGB 164 127 41 -
CMYK 0 0.23 0.75 0.36
HSL 41.95º 0.6% 0.4% -
HSV(B) 41.95º 0.75% 0.64% -
XYZ 23.3 23.23 5.35 -
YUV 128.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 164 127 41 0 0.23 0.75 0.36 41.95 0.6 0.4
Hex A4 7F 29 0 17 4B 24 2A 3C 28
Octal 244 177 51 0 27 113 44 52 74 50
Binary 10100100 1111111 101001 0 10111 1001011 100100 101010 111100 101000

Color Harmonies of #A47F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F29

Black with #A47F29

Text Example


Text Example

White with #A47F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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