Html Css Color HEX #A66752 Sante Fe

📋 copy color: '#A66752'

red 166 ◦ green 103 ◦ blue 82

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

Shades of Sante Fe #A66752

Tints of Sante Fe #A66752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.34%

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

R = 47.29%
G = 29.34%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A66752 (or 0xA66752) is known color: Sante Fe. HEX triplet: A6, 67 and 52. RGB value is (166,103,82). Sum of RGB (Red+Green+Blue) = 166+103+82=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A66752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66752 is #5998AD. Grayscale: #777777. Windows color (decimal): -5871790 or 5400486. OLE color: 5400486.

HSL color Cylindrical-coordinate representation of color #A66752: hue angle of 15º 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 #A66752 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 103 82 -
CMYK 0 0.38 0.51 0.35
HSL 15º 0.34% 0.49% -
HSV(B) 15º 0.51% 0.65% -
XYZ 22.1 18.42 10.37 -
YUV 119.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 166 103 82 0 0.38 0.51 0.35 15 0.34 0.49
Hex A6 67 52 0 26 33 23 F 22 31
Octal 246 147 122 0 46 63 43 17 42 61
Binary 10100110 1100111 1010010 0 100110 110011 100011 1111 100010 110001

Color Harmonies of #A66752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66752

Black with #A66752

Text Example


Text Example

White with #A66752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66752; }

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

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

background-color css

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

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

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

border-color css

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

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

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