Html Css Color HEX #AF745D Toast

📋 copy color: '#AF745D'

red 175 ◦ green 116 ◦ blue 93

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

Shades of Toast #AF745D

Tints of Toast #AF745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.22%

R = 45.57%
G = 30.21%
B = 24.22%

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

#AF745D (or 0xAF745D) is known color: Toast. HEX triplet: AF, 74 and 5D. RGB value is (175,116,93). Sum of RGB (Red+Green+Blue) = 175+116+93=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF745D is #508BA2. Grayscale: #838383. Windows color (decimal): -5278627 or 6124719. OLE color: 6124719.

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

Color convert

RGB 175 116 93 -
CMYK 0 0.34 0.47 0.31
HSL 16.83º 0.34% 0.53% -
HSV(B) 16.83º 0.47% 0.69% -
XYZ 25.9 22.4 13.31 -
YUV 131.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 175 116 93 0 0.34 0.47 0.31 16.83 0.34 0.53
Hex AF 74 5D 0 22 2F 1F 11 22 35
Octal 257 164 135 0 42 57 37 21 42 65
Binary 10101111 1110100 1011101 0 100010 101111 11111 10001 100010 110101

Color Harmonies of #AF745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF745D

Black with #AF745D

Text Example


Text Example

White with #AF745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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