Html Css Color HEX #AC674A Sante Fe

📋 copy color: '#AC674A'

red 172 ◦ green 103 ◦ blue 74

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

Shades of Sante Fe #AC674A

Tints of Sante Fe #AC674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.51%

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

R = 49.28%
G = 29.51%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC674A (or 0xAC674A) is known color: Sante Fe. HEX triplet: AC, 67 and 4A. RGB value is (172,103,74). Sum of RGB (Red+Green+Blue) = 172+103+74=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC674A is #5398B5. Grayscale: #787878. Windows color (decimal): -5478582 or 4876204. OLE color: 4876204.

HSL color Cylindrical-coordinate representation of color #AC674A: hue angle of 17.76º 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 #AC674A is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 103 74 -
CMYK 0 0.40 0.57 0.33
HSL 17.76º 0.4% 0.48% -
HSV(B) 17.76º 0.57% 0.67% -
XYZ 23.1 18.97 8.92 -
YUV 120.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 172 103 74 0 0.40 0.57 0.33 17.76 0.4 0.48
Hex AC 67 4A 0 28 39 21 12 28 30
Octal 254 147 112 0 50 71 41 22 50 60
Binary 10101100 1100111 1001010 0 101000 111001 100001 10010 101000 110000

Color Harmonies of #AC674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC674A

Black with #AC674A

Text Example


Text Example

White with #AC674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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