Html Css Color HEX #AF745C Toast

📋 copy color: '#AF745C'

red 175 ◦ green 116 ◦ blue 92

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

Shades of Toast #AF745C

Tints of Toast #AF745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.29%

 BLUE value IS 92 (36.33% from 255) = 24.02%

R = 45.69%
G = 30.29%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF745C (or 0xAF745C) is known color: Toast. HEX triplet: AF, 74 and 5C. RGB value is (175,116,92). Sum of RGB (Red+Green+Blue) = 175+116+92=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF745C is #508BA3. Grayscale: #838383. Windows color (decimal): -5278628 or 6059183. OLE color: 6059183.

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

Color convert

RGB 175 116 92 -
CMYK 0 0.34 0.47 0.31
HSL 17.35º 0.34% 0.52% -
HSV(B) 17.35º 0.47% 0.69% -
XYZ 25.86 22.38 13.08 -
YUV 130.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 175 116 92 0 0.34 0.47 0.31 17.35 0.34 0.52
Hex AF 74 5C 0 22 2F 1F 11 22 34
Octal 257 164 134 0 42 57 37 21 42 64
Binary 10101111 1110100 1011100 0 100010 101111 11111 10001 100010 110100

Color Harmonies of #AF745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF745C

Black with #AF745C

Text Example


Text Example

White with #AF745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF745C; }

 p { color: rgb(175,116,92); }

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

background-color css

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

 a { background-color: rgb(175,116,92); }

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

border-color css

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

 span { border-color: rgb(175,116,92); }

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