Html Css Color HEX #AF845E Medium Wood

📋 copy color: '#AF845E'

red 175 ◦ green 132 ◦ blue 94

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

Shades of Medium Wood #AF845E

Tints of Medium Wood #AF845E

RGB

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

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

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

R = 43.64%
G = 32.92%
B = 23.44%

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

#AF845E (or 0xAF845E) is known color: Medium Wood. HEX triplet: AF, 84 and 5E. RGB value is (175,132,94). Sum of RGB (Red+Green+Blue) = 175+132+94=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF845E is #507BA1. Grayscale: #8C8C8C. Windows color (decimal): -5274530 or 6194351. OLE color: 6194351.

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

Color convert

RGB 175 132 94 -
CMYK 0 0.25 0.46 0.31
HSL 28.15º 0.34% 0.53% -
HSV(B) 28.15º 0.46% 0.69% -
XYZ 27.95 26.42 14.22 -
YUV 140.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 175 132 94 0 0.25 0.46 0.31 28.15 0.34 0.53
Hex AF 84 5E 0 19 2E 1F 1C 22 35
Octal 257 204 136 0 31 56 37 34 42 65
Binary 10101111 10000100 1011110 0 11001 101110 11111 11100 100010 110101

Color Harmonies of #AF845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF845E

Black with #AF845E

Text Example


Text Example

White with #AF845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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