Html Css Color HEX #AF7F6B Medium Wood

📋 copy color: '#AF7F6B'

red 175 ◦ green 127 ◦ blue 107

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

Shades of Medium Wood #AF7F6B

Tints of Medium Wood #AF7F6B

RGB

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

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

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

R = 42.79%
G = 31.05%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF7F6B (or 0xAF7F6B) is known color: Medium Wood. HEX triplet: AF, 7F and 6B. RGB value is (175,127,107). Sum of RGB (Red+Green+Blue) = 175+127+107=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F6B is #508094. Grayscale: #8B8B8B. Windows color (decimal): -5275797 or 7045039. OLE color: 7045039.

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

Color convert

RGB 175 127 107 -
CMYK 0 0.27 0.39 0.31
HSL 17.65º 0.3% 0.55% -
HSV(B) 17.65º 0.39% 0.69% -
XYZ 27.92 25.35 17.33 -
YUV 139.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 175 127 107 0 0.27 0.39 0.31 17.65 0.3 0.55
Hex AF 7F 6B 0 1B 27 1F 12 1E 37
Octal 257 177 153 0 33 47 37 22 36 67
Binary 10101111 1111111 1101011 0 11011 100111 11111 10010 11110 110111

Color Harmonies of #AF7F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F6B

Black with #AF7F6B

Text Example


Text Example

White with #AF7F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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