Html Css Color HEX #A66853 Sante Fe

📋 copy color: '#A66853'

red 166 ◦ green 104 ◦ blue 83

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

Shades of Sante Fe #A66853

Tints of Sante Fe #A66853

RGB

 RED value IS 166 (65.23% from 255) = 47.03%

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

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

R = 47.03%
G = 29.46%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A66853 (or 0xA66853) is known color: Sante Fe. HEX triplet: A6, 68 and 53. RGB value is (166,104,83). Sum of RGB (Red+Green+Blue) = 166+104+83=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A66853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66853 is #5997AC. Grayscale: #787878. Windows color (decimal): -5871533 or 5466278. OLE color: 5466278.

HSL color Cylindrical-coordinate representation of color #A66853: hue angle of 15.18º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A66853 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 104 83 -
CMYK 0 0.37 0.50 0.35
HSL 15.18º 0.33% 0.49% -
HSV(B) 15.18º 0.5% 0.65% -
XYZ 22.24 18.63 10.61 -
YUV 120.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 166 104 83 0 0.37 0.50 0.35 15.18 0.33 0.49
Hex A6 68 53 0 25 32 23 F 21 31
Octal 246 150 123 0 45 62 43 17 41 61
Binary 10100110 1101000 1010011 0 100101 110010 100011 1111 100001 110001

Color Harmonies of #A66853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66853

Black with #A66853

Text Example


Text Example

White with #A66853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66853; }

 p { color: rgb(166,104,83); }

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

background-color css

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

 a { background-color: rgb(166,104,83); }

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

border-color css

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

 span { border-color: rgb(166,104,83); }

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