Html Css Color HEX #A47153 Sante Fe

📋 copy color: '#A47153'

red 164 ◦ green 113 ◦ blue 83

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

Shades of Sante Fe #A47153

Tints of Sante Fe #A47153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.39%

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

R = 45.56%
G = 31.39%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A47153 (or 0xA47153) is known color: Sante Fe. HEX triplet: A4, 71 and 53. RGB value is (164,113,83). Sum of RGB (Red+Green+Blue) = 164+113+83=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A47153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47153 is #5B8EAC. Grayscale: #7D7D7D. Windows color (decimal): -6000301 or 5468580. OLE color: 5468580.

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

Color convert

RGB 164 113 83 -
CMYK 0 0.31 0.49 0.36
HSL 22.22º 0.33% 0.48% -
HSV(B) 22.22º 0.49% 0.64% -
XYZ 22.78 20.33 10.91 -
YUV 124.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 164 113 83 0 0.31 0.49 0.36 22.22 0.33 0.48
Hex A4 71 53 0 1F 31 24 16 21 30
Octal 244 161 123 0 37 61 44 26 41 60
Binary 10100100 1110001 1010011 0 11111 110001 100100 10110 100001 110000

Color Harmonies of #A47153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47153

Black with #A47153

Text Example


Text Example

White with #A47153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47153; }

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

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

background-color css

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

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

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

border-color css

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

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

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