Html Css Color HEX #AF755E Toast

📋 copy color: '#AF755E'

red 175 ◦ green 117 ◦ blue 94

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

Shades of Toast #AF755E

Tints of Toast #AF755E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.35%

R = 45.34%
G = 30.31%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF755E (or 0xAF755E) is known color: Toast. HEX triplet: AF, 75 and 5E. RGB value is (175,117,94). Sum of RGB (Red+Green+Blue) = 175+117+94=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF755E is #508AA1. Grayscale: #838383. Windows color (decimal): -5278370 or 6190511. OLE color: 6190511.

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

Color convert

RGB 175 117 94 -
CMYK 0 0.33 0.46 0.31
HSL 17.04º 0.34% 0.53% -
HSV(B) 17.04º 0.46% 0.69% -
XYZ 26.06 22.64 13.59 -
YUV 131.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 175 117 94 0 0.33 0.46 0.31 17.04 0.34 0.53
Hex AF 75 5E 0 21 2E 1F 11 22 35
Octal 257 165 136 0 41 56 37 21 42 65
Binary 10101111 1110101 1011110 0 100001 101110 11111 10001 100010 110101

Color Harmonies of #AF755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF755E

Black with #AF755E

Text Example


Text Example

White with #AF755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF755E; }

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

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

background-color css

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

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

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

border-color css

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

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

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