Html Css Color HEX #AF816D Medium Wood

📋 copy color: '#AF816D'

red 175 ◦ green 129 ◦ blue 109

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

Shades of Medium Wood #AF816D

Tints of Medium Wood #AF816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

 BLUE value IS 109 (42.97% from 255) = 26.39%

R = 42.37%
G = 31.23%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF816D (or 0xAF816D) is known color: Medium Wood. HEX triplet: AF, 81 and 6D. RGB value is (175,129,109). Sum of RGB (Red+Green+Blue) = 175+129+109=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF816D is #507E92. Grayscale: #8C8C8C. Windows color (decimal): -5275283 or 7176623. OLE color: 7176623.

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

Color convert

RGB 175 129 109 -
CMYK 0 0.26 0.38 0.31
HSL 18.18º 0.29% 0.56% -
HSV(B) 18.18º 0.38% 0.69% -
XYZ 28.29 25.92 17.98 -
YUV 140.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 175 129 109 0 0.26 0.38 0.31 18.18 0.29 0.56
Hex AF 81 6D 0 1A 26 1F 12 1D 38
Octal 257 201 155 0 32 46 37 22 35 70
Binary 10101111 10000001 1101101 0 11010 100110 11111 10010 11101 111000

Color Harmonies of #AF816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF816D

Black with #AF816D

Text Example


Text Example

White with #AF816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF816D; }

 p { color: rgb(175,129,109); }

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

background-color css

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

 a { background-color: rgb(175,129,109); }

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

border-color css

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

 span { border-color: rgb(175,129,109); }

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