Html Css Color HEX #A1684D Sante Fe

📋 copy color: '#A1684D'

red 161 ◦ green 104 ◦ blue 77

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

Shades of Sante Fe #A1684D

Tints of Sante Fe #A1684D

RGB

 RED value IS 161 (63.28% from 255) = 47.08%

 GREEN value IS 104 (41.02% from 255) = 30.41%

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 47.08%
G = 30.41%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A1684D (or 0xA1684D) is known color: Sante Fe. HEX triplet: A1, 68 and 4D. RGB value is (161,104,77). Sum of RGB (Red+Green+Blue) = 161+104+77=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1684D is #5E97B2. Grayscale: #767676. Windows color (decimal): -6199219 or 5073057. OLE color: 5073057.

HSL color Cylindrical-coordinate representation of color #A1684D: hue angle of 19.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1684D is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 104 77 -
CMYK 0 0.35 0.52 0.37
HSL 19.29º 0.35% 0.47% -
HSV(B) 19.29º 0.52% 0.63% -
XYZ 20.99 18.01 9.39 -
YUV 117.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 161 104 77 0 0.35 0.52 0.37 19.29 0.35 0.47
Hex A1 68 4D 0 23 34 25 13 23 2F
Octal 241 150 115 0 43 64 45 23 43 57
Binary 10100001 1101000 1001101 0 100011 110100 100101 10011 100011 101111

Color Harmonies of #A1684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1684D

Black with #A1684D

Text Example


Text Example

White with #A1684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1684D; }

 p { color: rgb(161,104,77); }

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

background-color css

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

 a { background-color: rgb(161,104,77); }

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

border-color css

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

 span { border-color: rgb(161,104,77); }

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