Html Css Color HEX #AC674D Sante Fe

📋 copy color: '#AC674D'

red 172 ◦ green 103 ◦ blue 77

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

Shades of Sante Fe #AC674D

Tints of Sante Fe #AC674D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 48.86%
G = 29.26%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC674D (or 0xAC674D) is known color: Sante Fe. HEX triplet: AC, 67 and 4D. RGB value is (172,103,77). Sum of RGB (Red+Green+Blue) = 172+103+77=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC674D is #5398B2. Grayscale: #787878. Windows color (decimal): -5478579 or 5072812. OLE color: 5072812.

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

Color convert

RGB 172 103 77 -
CMYK 0 0.40 0.55 0.33
HSL 16.42º 0.38% 0.49% -
HSV(B) 16.42º 0.55% 0.67% -
XYZ 23.2 19.01 9.47 -
YUV 120.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 172 103 77 0 0.40 0.55 0.33 16.42 0.38 0.49
Hex AC 67 4D 0 28 37 21 10 26 31
Octal 254 147 115 0 50 67 41 20 46 61
Binary 10101100 1100111 1001101 0 101000 110111 100001 10000 100110 110001

Color Harmonies of #AC674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC674D

Black with #AC674D

Text Example


Text Example

White with #AC674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC674D; }

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

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

background-color css

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

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

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

border-color css

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

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

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