Html Css Color HEX #A66748 Sante Fe

📋 copy color: '#A66748'

red 166 ◦ green 103 ◦ blue 72

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

Shades of Sante Fe #A66748

Tints of Sante Fe #A66748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 48.68%
G = 30.21%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A66748 (or 0xA66748) is known color: Sante Fe. HEX triplet: A6, 67 and 48. RGB value is (166,103,72). Sum of RGB (Red+Green+Blue) = 166+103+72=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A66748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66748 is #5998B7. Grayscale: #767676. Windows color (decimal): -5871800 or 4745126. OLE color: 4745126.

HSL color Cylindrical-coordinate representation of color #A66748: hue angle of 19.79º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A66748 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 103 72 -
CMYK 0 0.38 0.57 0.35
HSL 19.79º 0.39% 0.47% -
HSV(B) 19.79º 0.57% 0.65% -
XYZ 21.75 18.28 8.51 -
YUV 118.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 166 103 72 0 0.38 0.57 0.35 19.79 0.39 0.47
Hex A6 67 48 0 26 39 23 14 27 2F
Octal 246 147 110 0 46 71 43 24 47 57
Binary 10100110 1100111 1001000 0 100110 111001 100011 10100 100111 101111

Color Harmonies of #A66748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66748

Black with #A66748

Text Example


Text Example

White with #A66748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66748; }

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

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

background-color css

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

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

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

border-color css

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

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

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