Html Css Color HEX #AC6F5B Sante Fe

📋 copy color: '#AC6F5B'

red 172 ◦ green 111 ◦ blue 91

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

Shades of Sante Fe #AC6F5B

Tints of Sante Fe #AC6F5B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.68%

 BLUE value IS 91 (35.94% from 255) = 24.33%

R = 45.99%
G = 29.68%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC6F5B (or 0xAC6F5B) is known color: Sante Fe. HEX triplet: AC, 6F and 5B. RGB value is (172,111,91). Sum of RGB (Red+Green+Blue) = 172+111+91=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6F5B is #5390A4. Grayscale: #7F7F7F. Windows color (decimal): -5476517 or 5992364. OLE color: 5992364.

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

Color convert

RGB 172 111 91 -
CMYK 0 0.35 0.47 0.33
HSL 14.81º 0.33% 0.52% -
HSV(B) 14.81º 0.47% 0.67% -
XYZ 24.59 20.89 12.63 -
YUV 126.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 172 111 91 0 0.35 0.47 0.33 14.81 0.33 0.52
Hex AC 6F 5B 0 23 2F 21 F 21 34
Octal 254 157 133 0 43 57 41 17 41 64
Binary 10101100 1101111 1011011 0 100011 101111 100001 1111 100001 110100

Color Harmonies of #AC6F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6F5B

Black with #AC6F5B

Text Example


Text Example

White with #AC6F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6F5B; }

 p { color: rgb(172,111,91); }

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

background-color css

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

 a { background-color: rgb(172,111,91); }

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

border-color css

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

 span { border-color: rgb(172,111,91); }

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