Html Css Color HEX #A47050 Sante Fe

📋 copy color: '#A47050'

red 164 ◦ green 112 ◦ blue 80

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

Shades of Sante Fe #A47050

Tints of Sante Fe #A47050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 46.07%
G = 31.46%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A47050 (or 0xA47050) is known color: Sante Fe. HEX triplet: A4, 70 and 50. RGB value is (164,112,80). Sum of RGB (Red+Green+Blue) = 164+112+80=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A47050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47050 is #5B8FAF. Grayscale: #7C7C7C. Windows color (decimal): -6000560 or 5271716. OLE color: 5271716.

HSL color Cylindrical-coordinate representation of color #A47050: hue angle of 22.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A47050 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 112 80 -
CMYK 0 0.32 0.51 0.36
HSL 22.86º 0.34% 0.48% -
HSV(B) 22.86º 0.51% 0.64% -
XYZ 22.55 20.06 10.27 -
YUV 123.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 164 112 80 0 0.32 0.51 0.36 22.86 0.34 0.48
Hex A4 70 50 0 20 33 24 17 22 30
Octal 244 160 120 0 40 63 44 27 42 60
Binary 10100100 1110000 1010000 0 100000 110011 100100 10111 100010 110000

Color Harmonies of #A47050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47050

Black with #A47050

Text Example


Text Example

White with #A47050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47050; }

 p { color: rgb(164,112,80); }

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

background-color css

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

 a { background-color: rgb(164,112,80); }

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

border-color css

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

 span { border-color: rgb(164,112,80); }

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