Html Css Color HEX #AF785E Medium Wood

📋 copy color: '#AF785E'

red 175 ◦ green 120 ◦ blue 94

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

Shades of Medium Wood #AF785E

Tints of Medium Wood #AF785E

RGB

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

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

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

R = 44.99%
G = 30.85%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF785E (or 0xAF785E) is known color: Medium Wood. HEX triplet: AF, 78 and 5E. RGB value is (175,120,94). Sum of RGB (Red+Green+Blue) = 175+120+94=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF785E is #5087A1. Grayscale: #858585. Windows color (decimal): -5277602 or 6191279. OLE color: 6191279.

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

Color convert

RGB 175 120 94 -
CMYK 0 0.31 0.46 0.31
HSL 19.26º 0.34% 0.53% -
HSV(B) 19.26º 0.46% 0.69% -
XYZ 26.42 23.36 13.71 -
YUV 133.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 175 120 94 0 0.31 0.46 0.31 19.26 0.34 0.53
Hex AF 78 5E 0 1F 2E 1F 13 22 35
Octal 257 170 136 0 37 56 37 23 42 65
Binary 10101111 1111000 1011110 0 11111 101110 11111 10011 100010 110101

Color Harmonies of #AF785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF785E

Black with #AF785E

Text Example


Text Example

White with #AF785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF785E; }

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

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

background-color css

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

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

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

border-color css

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

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

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