Html Css Color HEX #AC674B Sante Fe

📋 copy color: '#AC674B'

red 172 ◦ green 103 ◦ blue 75

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

Shades of Sante Fe #AC674B

Tints of Sante Fe #AC674B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 49.14%
G = 29.43%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC674B (or 0xAC674B) is known color: Sante Fe. HEX triplet: AC, 67 and 4B. RGB value is (172,103,75). Sum of RGB (Red+Green+Blue) = 172+103+75=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC674B is #5398B4. Grayscale: #787878. Windows color (decimal): -5478581 or 4941740. OLE color: 4941740.

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

Color convert

RGB 172 103 75 -
CMYK 0 0.40 0.56 0.33
HSL 17.32º 0.39% 0.48% -
HSV(B) 17.32º 0.56% 0.67% -
XYZ 23.13 18.98 9.1 -
YUV 120.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 172 103 75 0 0.40 0.56 0.33 17.32 0.39 0.48
Hex AC 67 4B 0 28 38 21 11 27 30
Octal 254 147 113 0 50 70 41 21 47 60
Binary 10101100 1100111 1001011 0 101000 111000 100001 10001 100111 110000

Color Harmonies of #AC674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC674B

Black with #AC674B

Text Example


Text Example

White with #AC674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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