Html Css Color HEX #AC644C Sante Fe

📋 copy color: '#AC644C'

red 172 ◦ green 100 ◦ blue 76

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

Shades of Sante Fe #AC644C

Tints of Sante Fe #AC644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

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

R = 49.43%
G = 28.74%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC644C (or 0xAC644C) is known color: Sante Fe. HEX triplet: AC, 64 and 4C. RGB value is (172,100,76). Sum of RGB (Red+Green+Blue) = 172+100+76=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC644C is #539BB3. Grayscale: #767676. Windows color (decimal): -5479348 or 5006508. OLE color: 5006508.

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

Color convert

RGB 172 100 76 -
CMYK 0 0.42 0.56 0.33
HSL 15º 0.39% 0.49% -
HSV(B) 15º 0.56% 0.67% -
XYZ 22.87 18.41 9.18 -
YUV 118.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 172 100 76 0 0.42 0.56 0.33 15 0.39 0.49
Hex AC 64 4C 0 2A 38 21 F 27 31
Octal 254 144 114 0 52 70 41 17 47 61
Binary 10101100 1100100 1001100 0 101010 111000 100001 1111 100111 110001

Color Harmonies of #AC644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC644C

Black with #AC644C

Text Example


Text Example

White with #AC644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC644C; }

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

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

background-color css

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

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

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

border-color css

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

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

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