Html Css Color HEX #AC7763 Toast

📋 copy color: '#AC7763'

red 172 ◦ green 119 ◦ blue 99

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

Shades of Toast #AC7763

Tints of Toast #AC7763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.38%

R = 44.1%
G = 30.51%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC7763 (or 0xAC7763) is known color: Toast. HEX triplet: AC, 77 and 63. RGB value is (172,119,99). Sum of RGB (Red+Green+Blue) = 172+119+99=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7763 is #53889C. Grayscale: #848484. Windows color (decimal): -5474461 or 6518700. OLE color: 6518700.

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

Color convert

RGB 172 119 99 -
CMYK 0 0.31 0.42 0.33
HSL 16.44º 0.31% 0.53% -
HSV(B) 16.44º 0.42% 0.67% -
XYZ 25.86 22.87 14.85 -
YUV 132.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 172 119 99 0 0.31 0.42 0.33 16.44 0.31 0.53
Hex AC 77 63 0 1F 2A 21 10 1F 35
Octal 254 167 143 0 37 52 41 20 37 65
Binary 10101100 1110111 1100011 0 11111 101010 100001 10000 11111 110101

Color Harmonies of #AC7763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7763

Black with #AC7763

Text Example


Text Example

White with #AC7763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7763; }

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

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

background-color css

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

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

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

border-color css

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

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

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