Html Css Color HEX #AF875F Medium Wood

📋 copy color: '#AF875F'

red 175 ◦ green 135 ◦ blue 95

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

Shades of Medium Wood #AF875F

Tints of Medium Wood #AF875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.33%

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

R = 43.21%
G = 33.33%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF875F (or 0xAF875F) is known color: Medium Wood. HEX triplet: AF, 87 and 5F. RGB value is (175,135,95). Sum of RGB (Red+Green+Blue) = 175+135+95=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF875F is #5078A0. Grayscale: #8E8E8E. Windows color (decimal): -5273761 or 6260655. OLE color: 6260655.

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

Color convert

RGB 175 135 95 -
CMYK 0 0.23 0.46 0.31
HSL 30º 0.33% 0.53% -
HSV(B) 30º 0.46% 0.69% -
XYZ 28.41 27.27 14.59 -
YUV 142.4 101.25 151.25 -
System Red Green Blue C M Y K H S L
Decimal 175 135 95 0 0.23 0.46 0.31 30 0.33 0.53
Hex AF 87 5F 0 17 2E 1F 1E 21 35
Octal 257 207 137 0 27 56 37 36 41 65
Binary 10101111 10000111 1011111 0 10111 101110 11111 11110 100001 110101

Color Harmonies of #AF875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF875F

Black with #AF875F

Text Example


Text Example

White with #AF875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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