Html Css Color HEX #AC6852 Sante Fe

📋 copy color: '#AC6852'

red 172 ◦ green 104 ◦ blue 82

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

Shades of Sante Fe #AC6852

Tints of Sante Fe #AC6852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.05%

 BLUE value IS 82 (32.42% from 255) = 22.91%

R = 48.04%
G = 29.05%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC6852 (or 0xAC6852) is known color: Sante Fe. HEX triplet: AC, 68 and 52. RGB value is (172,104,82). Sum of RGB (Red+Green+Blue) = 172+104+82=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6852 is #5397AD. Grayscale: #797979. Windows color (decimal): -5478318 or 5400748. OLE color: 5400748.

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

Color convert

RGB 172 104 82 -
CMYK 0 0.40 0.52 0.33
HSL 14.67º 0.35% 0.5% -
HSV(B) 14.67º 0.52% 0.67% -
XYZ 23.49 19.28 10.47 -
YUV 121.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 172 104 82 0 0.40 0.52 0.33 14.67 0.35 0.5
Hex AC 68 52 0 28 34 21 F 23 32
Octal 254 150 122 0 50 64 41 17 43 62
Binary 10101100 1101000 1010010 0 101000 110100 100001 1111 100011 110010

Color Harmonies of #AC6852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6852

Black with #AC6852

Text Example


Text Example

White with #AC6852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6852; }

 p { color: rgb(172,104,82); }

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

background-color css

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

 a { background-color: rgb(172,104,82); }

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

border-color css

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

 span { border-color: rgb(172,104,82); }

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