Html Css Color HEX #AC765A Toast

📋 copy color: '#AC765A'

red 172 ◦ green 118 ◦ blue 90

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

Shades of Toast #AC765A

Tints of Toast #AC765A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 45.26%
G = 31.05%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC765A (or 0xAC765A) is known color: Toast. HEX triplet: AC, 76 and 5A. RGB value is (172,118,90). Sum of RGB (Red+Green+Blue) = 172+118+90=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC765A is #5389A5. Grayscale: #838383. Windows color (decimal): -5474726 or 5928620. OLE color: 5928620.

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

Color convert

RGB 172 118 90 -
CMYK 0 0.31 0.48 0.33
HSL 20.49º 0.33% 0.51% -
HSV(B) 20.49º 0.48% 0.67% -
XYZ 25.34 22.47 12.67 -
YUV 130.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 172 118 90 0 0.31 0.48 0.33 20.49 0.33 0.51
Hex AC 76 5A 0 1F 30 21 14 21 33
Octal 254 166 132 0 37 60 41 24 41 63
Binary 10101100 1110110 1011010 0 11111 110000 100001 10100 100001 110011

Color Harmonies of #AC765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC765A

Black with #AC765A

Text Example


Text Example

White with #AC765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC765A; }

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

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

background-color css

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

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

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

border-color css

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

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

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