Html Css Color HEX #AF875E Medium Wood

📋 copy color: '#AF875E'

red 175 ◦ green 135 ◦ blue 94

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

Shades of Medium Wood #AF875E

Tints of Medium Wood #AF875E

RGB

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

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

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

R = 43.32%
G = 33.42%
B = 23.27%

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

#AF875E (or 0xAF875E) is known color: Medium Wood. HEX triplet: AF, 87 and 5E. RGB value is (175,135,94). Sum of RGB (Red+Green+Blue) = 175+135+94=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF875E is #5078A1. Grayscale: #8E8E8E. Windows color (decimal): -5273762 or 6195119. OLE color: 6195119.

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

Color convert

RGB 175 135 94 -
CMYK 0 0.23 0.46 0.31
HSL 30.37º 0.34% 0.53% -
HSV(B) 30.37º 0.46% 0.69% -
XYZ 28.36 27.25 14.35 -
YUV 142.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 175 135 94 0 0.23 0.46 0.31 30.37 0.34 0.53
Hex AF 87 5E 0 17 2E 1F 1E 22 35
Octal 257 207 136 0 27 56 37 36 42 65
Binary 10101111 10000111 1011110 0 10111 101110 11111 11110 100010 110101

Color Harmonies of #AF875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF875E

Black with #AF875E

Text Example


Text Example

White with #AF875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF875E; }

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

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

background-color css

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

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

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

border-color css

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

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

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