Html Css Color HEX #AF816B Medium Wood

📋 copy color: '#AF816B'

red 175 ◦ green 129 ◦ blue 107

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

Shades of Medium Wood #AF816B

Tints of Medium Wood #AF816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.03%

R = 42.58%
G = 31.39%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF816B (or 0xAF816B) is known color: Medium Wood. HEX triplet: AF, 81 and 6B. RGB value is (175,129,107). Sum of RGB (Red+Green+Blue) = 175+129+107=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF816B is #507E94. Grayscale: #8C8C8C. Windows color (decimal): -5275285 or 7045551. OLE color: 7045551.

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

Color convert

RGB 175 129 107 -
CMYK 0 0.26 0.39 0.31
HSL 19.41º 0.3% 0.55% -
HSV(B) 19.41º 0.39% 0.69% -
XYZ 28.18 25.88 17.42 -
YUV 140.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 175 129 107 0 0.26 0.39 0.31 19.41 0.3 0.55
Hex AF 81 6B 0 1A 27 1F 13 1E 37
Octal 257 201 153 0 32 47 37 23 36 67
Binary 10101111 10000001 1101011 0 11010 100111 11111 10011 11110 110111

Color Harmonies of #AF816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF816B

Black with #AF816B

Text Example


Text Example

White with #AF816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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