Html Css Color HEX #AC754F Sante Fe

📋 copy color: '#AC754F'

red 172 ◦ green 117 ◦ blue 79

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

Shades of Sante Fe #AC754F

Tints of Sante Fe #AC754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.79%

 BLUE value IS 79 (31.25% from 255) = 21.47%

R = 46.74%
G = 31.79%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC754F (or 0xAC754F) is known color: Sante Fe. HEX triplet: AC, 75 and 4F. RGB value is (172,117,79). Sum of RGB (Red+Green+Blue) = 172+117+79=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC754F is #538AB0. Grayscale: #818181. Windows color (decimal): -5474993 or 5207468. OLE color: 5207468.

HSL color Cylindrical-coordinate representation of color #AC754F: hue angle of 24.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC754F is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 117 79 -
CMYK 0 0.32 0.54 0.33
HSL 24.52º 0.37% 0.49% -
HSV(B) 24.52º 0.54% 0.67% -
XYZ 24.79 22.06 10.35 -
YUV 129.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 172 117 79 0 0.32 0.54 0.33 24.52 0.37 0.49
Hex AC 75 4F 0 20 36 21 19 25 31
Octal 254 165 117 0 40 66 41 31 45 61
Binary 10101100 1110101 1001111 0 100000 110110 100001 11001 100101 110001

Color Harmonies of #AC754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC754F

Black with #AC754F

Text Example


Text Example

White with #AC754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC754F; }

 p { color: rgb(172,117,79); }

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

background-color css

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

 a { background-color: rgb(172,117,79); }

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

border-color css

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

 span { border-color: rgb(172,117,79); }

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