Html Css Color HEX #AC6D4D Sante Fe

📋 copy color: '#AC6D4D'

red 172 ◦ green 109 ◦ blue 77

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

Shades of Sante Fe #AC6D4D

Tints of Sante Fe #AC6D4D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

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

R = 48.04%
G = 30.45%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC6D4D (or 0xAC6D4D) is known color: Sante Fe. HEX triplet: AC, 6D and 4D. RGB value is (172,109,77). Sum of RGB (Red+Green+Blue) = 172+109+77=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D4D is #5392B2. Grayscale: #7C7C7C. Windows color (decimal): -5477043 or 5074348. OLE color: 5074348.

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

Color convert

RGB 172 109 77 -
CMYK 0 0.37 0.55 0.33
HSL 20.21º 0.38% 0.49% -
HSV(B) 20.21º 0.55% 0.67% -
XYZ 23.82 20.24 9.67 -
YUV 124.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 172 109 77 0 0.37 0.55 0.33 20.21 0.38 0.49
Hex AC 6D 4D 0 25 37 21 14 26 31
Octal 254 155 115 0 45 67 41 24 46 61
Binary 10101100 1101101 1001101 0 100101 110111 100001 10100 100110 110001

Color Harmonies of #AC6D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D4D

Black with #AC6D4D

Text Example


Text Example

White with #AC6D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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