Html Css Color HEX #A47053 Sante Fe

📋 copy color: '#A47053'

red 164 ◦ green 112 ◦ blue 83

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

Shades of Sante Fe #A47053

Tints of Sante Fe #A47053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.12%

R = 45.68%
G = 31.2%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A47053 (or 0xA47053) is known color: Sante Fe. HEX triplet: A4, 70 and 53. RGB value is (164,112,83). Sum of RGB (Red+Green+Blue) = 164+112+83=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A47053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47053 is #5B8FAC. Grayscale: #7C7C7C. Windows color (decimal): -6000557 or 5468324. OLE color: 5468324.

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

Color convert

RGB 164 112 83 -
CMYK 0 0.32 0.49 0.36
HSL 21.48º 0.33% 0.48% -
HSV(B) 21.48º 0.49% 0.64% -
XYZ 22.67 20.11 10.87 -
YUV 124.24 104.73 156.36 -
System Red Green Blue C M Y K H S L
Decimal 164 112 83 0 0.32 0.49 0.36 21.48 0.33 0.48
Hex A4 70 53 0 20 31 24 15 21 30
Octal 244 160 123 0 40 61 44 25 41 60
Binary 10100100 1110000 1010011 0 100000 110001 100100 10101 100001 110000

Color Harmonies of #A47053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47053

Black with #A47053

Text Example


Text Example

White with #A47053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47053; }

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

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

background-color css

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

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

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

border-color css

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

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

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