Html Css Color HEX #AF7560 Toast

📋 copy color: '#AF7560'

red 175 ◦ green 117 ◦ blue 96

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

Shades of Toast #AF7560

Tints of Toast #AF7560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.15%

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

R = 45.1%
G = 30.15%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF7560 (or 0xAF7560) is known color: Toast. HEX triplet: AF, 75 and 60. RGB value is (175,117,96). Sum of RGB (Red+Green+Blue) = 175+117+96=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7560 is #508A9F. Grayscale: #848484. Windows color (decimal): -5278368 or 6321583. OLE color: 6321583.

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

Color convert

RGB 175 117 96 -
CMYK 0 0.33 0.45 0.31
HSL 15.95º 0.33% 0.53% -
HSV(B) 15.95º 0.45% 0.69% -
XYZ 26.15 22.68 14.07 -
YUV 131.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 175 117 96 0 0.33 0.45 0.31 15.95 0.33 0.53
Hex AF 75 60 0 21 2D 1F 10 21 35
Octal 257 165 140 0 41 55 37 20 41 65
Binary 10101111 1110101 1100000 0 100001 101101 11111 10000 100001 110101

Color Harmonies of #AF7560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7560

Black with #AF7560

Text Example


Text Example

White with #AF7560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7560; }

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

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

background-color css

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

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

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

border-color css

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

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

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