Html Css Color HEX #AF8560 Medium Wood

📋 copy color: '#AF8560'

red 175 ◦ green 133 ◦ blue 96

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

Shades of Medium Wood #AF8560

Tints of Medium Wood #AF8560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

 BLUE value IS 96 (37.89% from 255) = 23.76%

R = 43.32%
G = 32.92%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF8560 (or 0xAF8560) is known color: Medium Wood. HEX triplet: AF, 85 and 60. RGB value is (175,133,96). Sum of RGB (Red+Green+Blue) = 175+133+96=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8560 is #507A9F. Grayscale: #8D8D8D. Windows color (decimal): -5274272 or 6325679. OLE color: 6325679.

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

Color convert

RGB 175 133 96 -
CMYK 0 0.24 0.45 0.31
HSL 28.1º 0.33% 0.53% -
HSV(B) 28.1º 0.45% 0.69% -
XYZ 28.18 26.73 14.74 -
YUV 141.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 175 133 96 0 0.24 0.45 0.31 28.1 0.33 0.53
Hex AF 85 60 0 18 2D 1F 1C 21 35
Octal 257 205 140 0 30 55 37 34 41 65
Binary 10101111 10000101 1100000 0 11000 101101 11111 11100 100001 110101

Color Harmonies of #AF8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8560

Black with #AF8560

Text Example


Text Example

White with #AF8560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8560; }

 p { color: rgb(175,133,96); }

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

background-color css

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

 a { background-color: rgb(175,133,96); }

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

border-color css

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

 span { border-color: rgb(175,133,96); }

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