Html Css Color HEX #AC664A Sante Fe

📋 copy color: '#AC664A'

red 172 ◦ green 102 ◦ blue 74

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

Shades of Sante Fe #AC664A

Tints of Sante Fe #AC664A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 49.43%
G = 29.31%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC664A (or 0xAC664A) is known color: Sante Fe. HEX triplet: AC, 66 and 4A. RGB value is (172,102,74). Sum of RGB (Red+Green+Blue) = 172+102+74=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC664A is #5399B5. Grayscale: #777777. Windows color (decimal): -5478838 or 4875948. OLE color: 4875948.

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

Color convert

RGB 172 102 74 -
CMYK 0 0.41 0.57 0.33
HSL 17.14º 0.4% 0.48% -
HSV(B) 17.14º 0.57% 0.67% -
XYZ 23 18.77 8.89 -
YUV 119.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 172 102 74 0 0.41 0.57 0.33 17.14 0.4 0.48
Hex AC 66 4A 0 29 39 21 11 28 30
Octal 254 146 112 0 51 71 41 21 50 60
Binary 10101100 1100110 1001010 0 101001 111001 100001 10001 101000 110000

Color Harmonies of #AC664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC664A

Black with #AC664A

Text Example


Text Example

White with #AC664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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