Html Css Color HEX #AF7F6C Medium Wood

📋 copy color: '#AF7F6C'

red 175 ◦ green 127 ◦ blue 108

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

Shades of Medium Wood #AF7F6C

Tints of Medium Wood #AF7F6C

RGB

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

 GREEN value IS 127 (50% from 255) = 30.98%

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

R = 42.68%
G = 30.98%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF7F6C (or 0xAF7F6C) is known color: Medium Wood. HEX triplet: AF, 7F and 6C. RGB value is (175,127,108). Sum of RGB (Red+Green+Blue) = 175+127+108=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F6C is #508093. Grayscale: #8B8B8B. Windows color (decimal): -5275796 or 7110575. OLE color: 7110575.

HSL color Cylindrical-coordinate representation of color #AF7F6C: hue angle of 17.01º 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 #AF7F6C is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 127 108 -
CMYK 0 0.27 0.38 0.31
HSL 17.01º 0.3% 0.55% -
HSV(B) 17.01º 0.38% 0.69% -
XYZ 27.98 25.38 17.61 -
YUV 139.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 175 127 108 0 0.27 0.38 0.31 17.01 0.3 0.55
Hex AF 7F 6C 0 1B 26 1F 11 1E 37
Octal 257 177 154 0 33 46 37 21 36 67
Binary 10101111 1111111 1101100 0 11011 100110 11111 10001 11110 110111

Color Harmonies of #AF7F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F6C

Black with #AF7F6C

Text Example


Text Example

White with #AF7F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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