Html Css Color HEX #AF7760 Toast

📋 copy color: '#AF7760'

red 175 ◦ green 119 ◦ blue 96

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

Shades of Toast #AF7760

Tints of Toast #AF7760

RGB

 RED value IS 175 (68.75% from 255) = 44.87%

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

 BLUE value IS 96 (37.89% from 255) = 24.62%

R = 44.87%
G = 30.51%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF7760 (or 0xAF7760) is known color: Toast. HEX triplet: AF, 77 and 60. RGB value is (175,119,96). Sum of RGB (Red+Green+Blue) = 175+119+96=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7760 is #50889F. Grayscale: #858585. Windows color (decimal): -5277856 or 6322095. OLE color: 6322095.

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

Color convert

RGB 175 119 96 -
CMYK 0 0.32 0.45 0.31
HSL 17.47º 0.33% 0.53% -
HSV(B) 17.47º 0.45% 0.69% -
XYZ 26.39 23.15 14.14 -
YUV 133.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 175 119 96 0 0.32 0.45 0.31 17.47 0.33 0.53
Hex AF 77 60 0 20 2D 1F 11 21 35
Octal 257 167 140 0 40 55 37 21 41 65
Binary 10101111 1110111 1100000 0 100000 101101 11111 10001 100001 110101

Color Harmonies of #AF7760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7760

Black with #AF7760

Text Example


Text Example

White with #AF7760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7760; }

 p { color: rgb(175,119,96); }

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

background-color css

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

 a { background-color: rgb(175,119,96); }

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

border-color css

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

 span { border-color: rgb(175,119,96); }

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