Html Css Color HEX #AF845D Medium Wood

📋 copy color: '#AF845D'

red 175 ◦ green 132 ◦ blue 93

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

Shades of Medium Wood #AF845D

Tints of Medium Wood #AF845D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.25%

R = 43.75%
G = 33%
B = 23.25%

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

#AF845D (or 0xAF845D) is known color: Medium Wood. HEX triplet: AF, 84 and 5D. RGB value is (175,132,93). Sum of RGB (Red+Green+Blue) = 175+132+93=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF845D is #507BA2. Grayscale: #8C8C8C. Windows color (decimal): -5274531 or 6128815. OLE color: 6128815.

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

Color convert

RGB 175 132 93 -
CMYK 0 0.25 0.47 0.31
HSL 28.54º 0.34% 0.53% -
HSV(B) 28.54º 0.47% 0.69% -
XYZ 27.91 26.41 13.98 -
YUV 140.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 175 132 93 0 0.25 0.47 0.31 28.54 0.34 0.53
Hex AF 84 5D 0 19 2F 1F 1D 22 35
Octal 257 204 135 0 31 57 37 35 42 65
Binary 10101111 10000100 1011101 0 11001 101111 11111 11101 100010 110101

Color Harmonies of #AF845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF845D

Black with #AF845D

Text Example


Text Example

White with #AF845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF845D; }

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

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

background-color css

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

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

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

border-color css

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

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

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