Html Css Color HEX #AC775D Toast

📋 copy color: '#AC775D'

red 172 ◦ green 119 ◦ blue 93

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

Shades of Toast #AC775D

Tints of Toast #AC775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

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

R = 44.79%
G = 30.99%
B = 24.22%

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

#AC775D (or 0xAC775D) is known color: Toast. HEX triplet: AC, 77 and 5D. RGB value is (172,119,93). Sum of RGB (Red+Green+Blue) = 172+119+93=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC775D is #5388A2. Grayscale: #848484. Windows color (decimal): -5474467 or 6125484. OLE color: 6125484.

HSL color Cylindrical-coordinate representation of color #AC775D: hue angle of 19.75º 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 #AC775D is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 119 93 -
CMYK 0 0.31 0.46 0.33
HSL 19.75º 0.32% 0.52% -
HSV(B) 19.75º 0.46% 0.67% -
XYZ 25.59 22.75 13.4 -
YUV 131.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 172 119 93 0 0.31 0.46 0.33 19.75 0.32 0.52
Hex AC 77 5D 0 1F 2E 21 14 20 34
Octal 254 167 135 0 37 56 41 24 40 64
Binary 10101100 1110111 1011101 0 11111 101110 100001 10100 100000 110100

Color Harmonies of #AC775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC775D

Black with #AC775D

Text Example


Text Example

White with #AC775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC775D; }

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

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

background-color css

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

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

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

border-color css

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

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

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