Html Css Color HEX #A66F4D Sante Fe

📋 copy color: '#A66F4D'

red 166 ◦ green 111 ◦ blue 77

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

Shades of Sante Fe #A66F4D

Tints of Sante Fe #A66F4D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.36%

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

R = 46.89%
G = 31.36%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A66F4D (or 0xA66F4D) is known color: Sante Fe. HEX triplet: A6, 6F and 4D. RGB value is (166,111,77). Sum of RGB (Red+Green+Blue) = 166+111+77=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F4D is #5990B2. Grayscale: #7B7B7B. Windows color (decimal): -5869747 or 5074854. OLE color: 5074854.

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

Color convert

RGB 166 111 77 -
CMYK 0 0.33 0.54 0.35
HSL 22.92º 0.37% 0.48% -
HSV(B) 22.92º 0.54% 0.65% -
XYZ 22.75 20.01 9.68 -
YUV 123.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 166 111 77 0 0.33 0.54 0.35 22.92 0.37 0.48
Hex A6 6F 4D 0 21 36 23 17 25 30
Octal 246 157 115 0 41 66 43 27 45 60
Binary 10100110 1101111 1001101 0 100001 110110 100011 10111 100101 110000

Color Harmonies of #A66F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F4D

Black with #A66F4D

Text Example


Text Example

White with #A66F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F4D; }

 p { color: rgb(166,111,77); }

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

background-color css

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

 a { background-color: rgb(166,111,77); }

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

border-color css

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

 span { border-color: rgb(166,111,77); }

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