Html Css Color HEX #AF845C Medium Wood

📋 copy color: '#AF845C'

red 175 ◦ green 132 ◦ blue 92

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

Shades of Medium Wood #AF845C

Tints of Medium Wood #AF845C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.06%

R = 43.86%
G = 33.08%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF845C (or 0xAF845C) is known color: Medium Wood. HEX triplet: AF, 84 and 5C. RGB value is (175,132,92). Sum of RGB (Red+Green+Blue) = 175+132+92=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF845C is #507BA3. Grayscale: #8C8C8C. Windows color (decimal): -5274532 or 6063279. OLE color: 6063279.

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

Color convert

RGB 175 132 92 -
CMYK 0 0.25 0.47 0.31
HSL 28.92º 0.34% 0.52% -
HSV(B) 28.92º 0.47% 0.69% -
XYZ 27.86 26.39 13.75 -
YUV 140.3 100.75 152.75 -
System Red Green Blue C M Y K H S L
Decimal 175 132 92 0 0.25 0.47 0.31 28.92 0.34 0.52
Hex AF 84 5C 0 19 2F 1F 1D 22 34
Octal 257 204 134 0 31 57 37 35 42 64
Binary 10101111 10000100 1011100 0 11001 101111 11111 11101 100010 110100

Color Harmonies of #AF845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF845C

Black with #AF845C

Text Example


Text Example

White with #AF845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF845C; }

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

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

background-color css

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

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

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

border-color css

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

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

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