Html Css Color HEX #AC695A Sante Fe

📋 copy color: '#AC695A'

red 172 ◦ green 105 ◦ blue 90

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

Shades of Sante Fe #AC695A

Tints of Sante Fe #AC695A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

 BLUE value IS 90 (35.55% from 255) = 24.52%

R = 46.87%
G = 28.61%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC695A (or 0xAC695A) is known color: Sante Fe. HEX triplet: AC, 69 and 5A. RGB value is (172,105,90). Sum of RGB (Red+Green+Blue) = 172+105+90=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC695A is #5396A5. Grayscale: #7B7B7B. Windows color (decimal): -5478054 or 5925292. OLE color: 5925292.

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

Color convert

RGB 172 105 90 -
CMYK 0 0.39 0.48 0.33
HSL 10.98º 0.33% 0.51% -
HSV(B) 10.98º 0.48% 0.67% -
XYZ 23.91 19.61 12.2 -
YUV 123.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 172 105 90 0 0.39 0.48 0.33 10.98 0.33 0.51
Hex AC 69 5A 0 27 30 21 B 21 33
Octal 254 151 132 0 47 60 41 13 41 63
Binary 10101100 1101001 1011010 0 100111 110000 100001 1011 100001 110011

Color Harmonies of #AC695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC695A

Black with #AC695A

Text Example


Text Example

White with #AC695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC695A; }

 p { color: rgb(172,105,90); }

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

background-color css

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

 a { background-color: rgb(172,105,90); }

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

border-color css

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

 span { border-color: rgb(172,105,90); }

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