Html Css Color HEX #AC7460 Toast

📋 copy color: '#AC7460'

red 172 ◦ green 116 ◦ blue 96

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

Shades of Toast #AC7460

Tints of Toast #AC7460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

 BLUE value IS 96 (37.89% from 255) = 25%

R = 44.79%
G = 30.21%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC7460 (or 0xAC7460) is known color: Toast. HEX triplet: AC, 74 and 60. RGB value is (172,116,96). Sum of RGB (Red+Green+Blue) = 172+116+96=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7460 is #538B9F. Grayscale: #828282. Windows color (decimal): -5475232 or 6321324. OLE color: 6321324.

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

Color convert

RGB 172 116 96 -
CMYK 0 0.33 0.44 0.33
HSL 15.79º 0.31% 0.53% -
HSV(B) 15.79º 0.44% 0.67% -
XYZ 25.37 22.11 14 -
YUV 130.46 108.55 157.63 -
System Red Green Blue C M Y K H S L
Decimal 172 116 96 0 0.33 0.44 0.33 15.79 0.31 0.53
Hex AC 74 60 0 21 2C 21 10 1F 35
Octal 254 164 140 0 41 54 41 20 37 65
Binary 10101100 1110100 1100000 0 100001 101100 100001 10000 11111 110101

Color Harmonies of #AC7460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7460

Black with #AC7460

Text Example


Text Example

White with #AC7460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7460; }

 p { color: rgb(172,116,96); }

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

background-color css

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

 a { background-color: rgb(172,116,96); }

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

border-color css

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

 span { border-color: rgb(172,116,96); }

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