Html Css Color HEX #AC765E Toast

📋 copy color: '#AC765E'

red 172 ◦ green 118 ◦ blue 94

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

Shades of Toast #AC765E

Tints of Toast #AC765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.73%

 BLUE value IS 94 (37.11% from 255) = 24.48%

R = 44.79%
G = 30.73%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC765E (or 0xAC765E) is known color: Toast. HEX triplet: AC, 76 and 5E. RGB value is (172,118,94). Sum of RGB (Red+Green+Blue) = 172+118+94=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC765E is #5389A1. Grayscale: #838383. Windows color (decimal): -5474722 or 6190764. OLE color: 6190764.

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

Color convert

RGB 172 118 94 -
CMYK 0 0.31 0.45 0.33
HSL 18.46º 0.32% 0.52% -
HSV(B) 18.46º 0.45% 0.67% -
XYZ 25.51 22.54 13.59 -
YUV 131.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 172 118 94 0 0.31 0.45 0.33 18.46 0.32 0.52
Hex AC 76 5E 0 1F 2D 21 12 20 34
Octal 254 166 136 0 37 55 41 22 40 64
Binary 10101100 1110110 1011110 0 11111 101101 100001 10010 100000 110100

Color Harmonies of #AC765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC765E

Black with #AC765E

Text Example


Text Example

White with #AC765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC765E; }

 p { color: rgb(172,118,94); }

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

background-color css

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

 a { background-color: rgb(172,118,94); }

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

border-color css

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

 span { border-color: rgb(172,118,94); }

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