Html Css Color HEX #AC734C Sante Fe

📋 copy color: '#AC734C'

red 172 ◦ green 115 ◦ blue 76

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

Shades of Sante Fe #AC734C

Tints of Sante Fe #AC734C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.68%

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 47.38%
G = 31.68%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC734C (or 0xAC734C) is known color: Sante Fe. HEX triplet: AC, 73 and 4C. RGB value is (172,115,76). Sum of RGB (Red+Green+Blue) = 172+115+76=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC734C is #538CB3. Grayscale: #7F7F7F. Windows color (decimal): -5475508 or 5010348. OLE color: 5010348.

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

Color convert

RGB 172 115 76 -
CMYK 0 0.33 0.56 0.33
HSL 24.38º 0.39% 0.49% -
HSV(B) 24.38º 0.56% 0.67% -
XYZ 24.45 21.55 9.71 -
YUV 127.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 172 115 76 0 0.33 0.56 0.33 24.38 0.39 0.49
Hex AC 73 4C 0 21 38 21 18 27 31
Octal 254 163 114 0 41 70 41 30 47 61
Binary 10101100 1110011 1001100 0 100001 111000 100001 11000 100111 110001

Color Harmonies of #AC734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC734C

Black with #AC734C

Text Example


Text Example

White with #AC734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC734C; }

 p { color: rgb(172,115,76); }

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

background-color css

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

 a { background-color: rgb(172,115,76); }

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

border-color css

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

 span { border-color: rgb(172,115,76); }

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