Html Css Color HEX #AC765D Toast

📋 copy color: '#AC765D'

red 172 ◦ green 118 ◦ blue 93

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

Shades of Toast #AC765D

Tints of Toast #AC765D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 44.91%
G = 30.81%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC765D (or 0xAC765D) is known color: Toast. HEX triplet: AC, 76 and 5D. RGB value is (172,118,93). Sum of RGB (Red+Green+Blue) = 172+118+93=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC765D is #5389A2. Grayscale: #838383. Windows color (decimal): -5474723 or 6125228. OLE color: 6125228.

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

Color convert

RGB 172 118 93 -
CMYK 0 0.31 0.46 0.33
HSL 18.99º 0.32% 0.52% -
HSV(B) 18.99º 0.46% 0.67% -
XYZ 25.47 22.52 13.36 -
YUV 131.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 172 118 93 0 0.31 0.46 0.33 18.99 0.32 0.52
Hex AC 76 5D 0 1F 2E 21 13 20 34
Octal 254 166 135 0 37 56 41 23 40 64
Binary 10101100 1110110 1011101 0 11111 101110 100001 10011 100000 110100

Color Harmonies of #AC765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC765D

Black with #AC765D

Text Example


Text Example

White with #AC765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC765D; }

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

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

background-color css

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

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

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

border-color css

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

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

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