Html Css Color HEX #A66352 Sante Fe

📋 copy color: '#A66352'

red 166 ◦ green 99 ◦ blue 82

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

Shades of Sante Fe #A66352

Tints of Sante Fe #A66352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.53%

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 47.84%
G = 28.53%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A66352 (or 0xA66352) is known color: Sante Fe. HEX triplet: A6, 63 and 52. RGB value is (166,99,82). Sum of RGB (Red+Green+Blue) = 166+99+82=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A66352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66352 is #599CAD. Grayscale: #757575. Windows color (decimal): -5872814 or 5399462. OLE color: 5399462.

HSL color Cylindrical-coordinate representation of color #A66352: hue angle of 12.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A66352 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 99 82 -
CMYK 0 0.40 0.51 0.35
HSL 12.14º 0.34% 0.49% -
HSV(B) 12.14º 0.51% 0.65% -
XYZ 21.71 17.64 10.24 -
YUV 117.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 166 99 82 0 0.40 0.51 0.35 12.14 0.34 0.49
Hex A6 63 52 0 28 33 23 C 22 31
Octal 246 143 122 0 50 63 43 14 42 61
Binary 10100110 1100011 1010010 0 101000 110011 100011 1100 100010 110001

Color Harmonies of #A66352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66352

Black with #A66352

Text Example


Text Example

White with #A66352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66352; }

 p { color: rgb(166,99,82); }

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

background-color css

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

 a { background-color: rgb(166,99,82); }

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

border-color css

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

 span { border-color: rgb(166,99,82); }

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