Html Css Color HEX #AF775F Toast

📋 copy color: '#AF775F'

red 175 ◦ green 119 ◦ blue 95

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

Shades of Toast #AF775F

Tints of Toast #AF775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.42%

R = 44.99%
G = 30.59%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF775F (or 0xAF775F) is known color: Toast. HEX triplet: AF, 77 and 5F. RGB value is (175,119,95). Sum of RGB (Red+Green+Blue) = 175+119+95=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF775F is #5088A0. Grayscale: #858585. Windows color (decimal): -5277857 or 6256559. OLE color: 6256559.

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

Color convert

RGB 175 119 95 -
CMYK 0 0.32 0.46 0.31
HSL 18º 0.33% 0.53% -
HSV(B) 18º 0.46% 0.69% -
XYZ 26.34 23.13 13.9 -
YUV 133.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 175 119 95 0 0.32 0.46 0.31 18 0.33 0.53
Hex AF 77 5F 0 20 2E 1F 12 21 35
Octal 257 167 137 0 40 56 37 22 41 65
Binary 10101111 1110111 1011111 0 100000 101110 11111 10010 100001 110101

Color Harmonies of #AF775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF775F

Black with #AF775F

Text Example


Text Example

White with #AF775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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