Html Css Color HEX #AF845F Medium Wood

📋 copy color: '#AF845F'

red 175 ◦ green 132 ◦ blue 95

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

Shades of Medium Wood #AF845F

Tints of Medium Wood #AF845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.84%

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

R = 43.53%
G = 32.84%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF845F (or 0xAF845F) is known color: Medium Wood. HEX triplet: AF, 84 and 5F. RGB value is (175,132,95). Sum of RGB (Red+Green+Blue) = 175+132+95=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF845F is #507BA0. Grayscale: #8C8C8C. Windows color (decimal): -5274529 or 6259887. OLE color: 6259887.

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

Color convert

RGB 175 132 95 -
CMYK 0 0.25 0.46 0.31
HSL 27.75º 0.33% 0.53% -
HSV(B) 27.75º 0.46% 0.69% -
XYZ 28 26.44 14.45 -
YUV 140.64 102.25 152.51 -
System Red Green Blue C M Y K H S L
Decimal 175 132 95 0 0.25 0.46 0.31 27.75 0.33 0.53
Hex AF 84 5F 0 19 2E 1F 1C 21 35
Octal 257 204 137 0 31 56 37 34 41 65
Binary 10101111 10000100 1011111 0 11001 101110 11111 11100 100001 110101

Color Harmonies of #AF845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF845F

Black with #AF845F

Text Example


Text Example

White with #AF845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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