Html Css Color HEX #AF846C Medium Wood

📋 copy color: '#AF846C'

red 175 ◦ green 132 ◦ blue 108

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

Shades of Medium Wood #AF846C

Tints of Medium Wood #AF846C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.02%

R = 42.17%
G = 31.81%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF846C (or 0xAF846C) is known color: Medium Wood. HEX triplet: AF, 84 and 6C. RGB value is (175,132,108). Sum of RGB (Red+Green+Blue) = 175+132+108=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF846C is #507B93. Grayscale: #8E8E8E. Windows color (decimal): -5274516 or 7111855. OLE color: 7111855.

HSL color Cylindrical-coordinate representation of color #AF846C: hue angle of 21.49º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF846C is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 108 -
CMYK 0 0.25 0.38 0.31
HSL 21.49º 0.3% 0.55% -
HSV(B) 21.49º 0.38% 0.69% -
XYZ 28.64 26.7 17.83 -
YUV 142.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 175 132 108 0 0.25 0.38 0.31 21.49 0.3 0.55
Hex AF 84 6C 0 19 26 1F 15 1E 37
Octal 257 204 154 0 31 46 37 25 36 67
Binary 10101111 10000100 1101100 0 11001 100110 11111 10101 11110 110111

Color Harmonies of #AF846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF846C

Black with #AF846C

Text Example


Text Example

White with #AF846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF846C; }

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

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

background-color css

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

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

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

border-color css

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

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

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