Html Css Color HEX #AF785D Medium Wood

📋 copy color: '#AF785D'

red 175 ◦ green 120 ◦ blue 93

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

Shades of Medium Wood #AF785D

Tints of Medium Wood #AF785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

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

R = 45.1%
G = 30.93%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF785D (or 0xAF785D) is known color: Medium Wood. HEX triplet: AF, 78 and 5D. RGB value is (175,120,93). Sum of RGB (Red+Green+Blue) = 175+120+93=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF785D is #5087A2. Grayscale: #858585. Windows color (decimal): -5277603 or 6125743. OLE color: 6125743.

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

Color convert

RGB 175 120 93 -
CMYK 0 0.31 0.47 0.31
HSL 19.76º 0.34% 0.53% -
HSV(B) 19.76º 0.47% 0.69% -
XYZ 26.37 23.34 13.47 -
YUV 133.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 175 120 93 0 0.31 0.47 0.31 19.76 0.34 0.53
Hex AF 78 5D 0 1F 2F 1F 14 22 35
Octal 257 170 135 0 37 57 37 24 42 65
Binary 10101111 1111000 1011101 0 11111 101111 11111 10100 100010 110101

Color Harmonies of #AF785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF785D

Black with #AF785D

Text Example


Text Example

White with #AF785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF785D; }

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

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

background-color css

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

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

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

border-color css

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

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

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