Html Css Color HEX #AC765B Toast

📋 copy color: '#AC765B'

red 172 ◦ green 118 ◦ blue 91

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

Shades of Toast #AC765B

Tints of Toast #AC765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.88%

R = 45.14%
G = 30.97%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC765B (or 0xAC765B) is known color: Toast. HEX triplet: AC, 76 and 5B. RGB value is (172,118,91). Sum of RGB (Red+Green+Blue) = 172+118+91=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC765B is #5389A4. Grayscale: #838383. Windows color (decimal): -5474725 or 5994156. OLE color: 5994156.

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

Color convert

RGB 172 118 91 -
CMYK 0 0.31 0.47 0.33
HSL 20º 0.33% 0.52% -
HSV(B) 20º 0.47% 0.67% -
XYZ 25.38 22.48 12.9 -
YUV 131.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 172 118 91 0 0.31 0.47 0.33 20 0.33 0.52
Hex AC 76 5B 0 1F 2F 21 14 21 34
Octal 254 166 133 0 37 57 41 24 41 64
Binary 10101100 1110110 1011011 0 11111 101111 100001 10100 100001 110100

Color Harmonies of #AC765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC765B

Black with #AC765B

Text Example


Text Example

White with #AC765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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