Html Css Color HEX #AC664C Sante Fe

📋 copy color: '#AC664C'

red 172 ◦ green 102 ◦ blue 76

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

Shades of Sante Fe #AC664C

Tints of Sante Fe #AC664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 49.14%
G = 29.14%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC664C (or 0xAC664C) is known color: Sante Fe. HEX triplet: AC, 66 and 4C. RGB value is (172,102,76). Sum of RGB (Red+Green+Blue) = 172+102+76=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC664C is #5399B3. Grayscale: #787878. Windows color (decimal): -5478836 or 5007020. OLE color: 5007020.

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

Color convert

RGB 172 102 76 -
CMYK 0 0.41 0.56 0.33
HSL 16.25º 0.39% 0.49% -
HSV(B) 16.25º 0.56% 0.67% -
XYZ 23.07 18.8 9.25 -
YUV 119.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 172 102 76 0 0.41 0.56 0.33 16.25 0.39 0.49
Hex AC 66 4C 0 29 38 21 10 27 31
Octal 254 146 114 0 51 70 41 20 47 61
Binary 10101100 1100110 1001100 0 101001 111000 100001 10000 100111 110001

Color Harmonies of #AC664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC664C

Black with #AC664C

Text Example


Text Example

White with #AC664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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