Html Css Color HEX #AC664E Sante Fe

📋 copy color: '#AC664E'

red 172 ◦ green 102 ◦ blue 78

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

Shades of Sante Fe #AC664E

Tints of Sante Fe #AC664E

RGB

 RED value IS 172 (67.58% from 255) = 48.86%

 GREEN value IS 102 (40.23% from 255) = 28.98%

 BLUE value IS 78 (30.86% from 255) = 22.16%

R = 48.86%
G = 28.98%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC664E (or 0xAC664E) is known color: Sante Fe. HEX triplet: AC, 66 and 4E. RGB value is (172,102,78). Sum of RGB (Red+Green+Blue) = 172+102+78=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC664E is #5399B1. Grayscale: #787878. Windows color (decimal): -5478834 or 5138092. OLE color: 5138092.

HSL color Cylindrical-coordinate representation of color #AC664E: hue angle of 15.32º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC664E is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 102 78 -
CMYK 0 0.41 0.55 0.33
HSL 15.32º 0.38% 0.49% -
HSV(B) 15.32º 0.55% 0.67% -
XYZ 23.14 18.82 9.62 -
YUV 120.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 172 102 78 0 0.41 0.55 0.33 15.32 0.38 0.49
Hex AC 66 4E 0 29 37 21 F 26 31
Octal 254 146 116 0 51 67 41 17 46 61
Binary 10101100 1100110 1001110 0 101001 110111 100001 1111 100110 110001

Color Harmonies of #AC664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC664E

Black with #AC664E

Text Example


Text Example

White with #AC664E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC664E; }

 p { color: rgb(172,102,78); }

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

background-color css

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

 a { background-color: rgb(172,102,78); }

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

border-color css

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

 span { border-color: rgb(172,102,78); }

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