Html Css Color HEX #AF855F Medium Wood

📋 copy color: '#AF855F'

red 175 ◦ green 133 ◦ blue 95

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

Shades of Medium Wood #AF855F

Tints of Medium Wood #AF855F

RGB

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

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

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

R = 43.42%
G = 33%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF855F (or 0xAF855F) is known color: Medium Wood. HEX triplet: AF, 85 and 5F. RGB value is (175,133,95). Sum of RGB (Red+Green+Blue) = 175+133+95=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF855F is #507AA0. Grayscale: #8D8D8D. Windows color (decimal): -5274273 or 6260143. OLE color: 6260143.

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

Color convert

RGB 175 133 95 -
CMYK 0 0.24 0.46 0.31
HSL 28.5º 0.33% 0.53% -
HSV(B) 28.5º 0.46% 0.69% -
XYZ 28.13 26.72 14.5 -
YUV 141.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 175 133 95 0 0.24 0.46 0.31 28.5 0.33 0.53
Hex AF 85 5F 0 18 2E 1F 1C 21 35
Octal 257 205 137 0 30 56 37 34 41 65
Binary 10101111 10000101 1011111 0 11000 101110 11111 11100 100001 110101

Color Harmonies of #AF855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF855F

Black with #AF855F

Text Example


Text Example

White with #AF855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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