Html Css Color HEX #A47F1A Hacienda

📋 copy color: '#A47F1A'

red 164 ◦ green 127 ◦ blue 26

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

Shades of Hacienda #A47F1A

Tints of Hacienda #A47F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.2%

R = 51.74%
G = 40.06%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A47F1A (or 0xA47F1A) is known color: Hacienda. HEX triplet: A4, 7F and 1A. RGB value is (164,127,26). Sum of RGB (Red+Green+Blue) = 164+127+26=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F1A is #5B80E5. Grayscale: #7E7E7E. Windows color (decimal): -5996774 or 1736612. OLE color: 1736612.

HSL color Cylindrical-coordinate representation of color #A47F1A: hue angle of 43.91º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A47F1A is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 127 26 -
CMYK 0 0.23 0.84 0.36
HSL 43.91º 0.73% 0.37% -
HSV(B) 43.91º 0.84% 0.64% -
XYZ 23.09 23.15 4.23 -
YUV 126.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 164 127 26 0 0.23 0.84 0.36 43.91 0.73 0.37
Hex A4 7F 1A 0 17 54 24 2C 49 25
Octal 244 177 32 0 27 124 44 54 111 45
Binary 10100100 1111111 11010 0 10111 1010100 100100 101100 1001001 100101

Color Harmonies of #A47F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F1A

Black with #A47F1A

Text Example


Text Example

White with #A47F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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