Html Css Color HEX #AF7F66 Medium Wood

📋 copy color: '#AF7F66'

red 175 ◦ green 127 ◦ blue 102

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

Shades of Medium Wood #AF7F66

Tints of Medium Wood #AF7F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.25%

R = 43.32%
G = 31.44%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF7F66 (or 0xAF7F66) is known color: Medium Wood. HEX triplet: AF, 7F and 66. RGB value is (175,127,102). Sum of RGB (Red+Green+Blue) = 175+127+102=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F66 is #508099. Grayscale: #8A8A8A. Windows color (decimal): -5275802 or 6717359. OLE color: 6717359.

HSL color Cylindrical-coordinate representation of color #AF7F66: hue angle of 20.55º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7F66 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 127 102 -
CMYK 0 0.27 0.42 0.31
HSL 20.55º 0.31% 0.54% -
HSV(B) 20.55º 0.42% 0.69% -
XYZ 27.67 25.25 15.99 -
YUV 138.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 175 127 102 0 0.27 0.42 0.31 20.55 0.31 0.54
Hex AF 7F 66 0 1B 2A 1F 15 1F 36
Octal 257 177 146 0 33 52 37 25 37 66
Binary 10101111 1111111 1100110 0 11011 101010 11111 10101 11111 110110

Color Harmonies of #AF7F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F66

Black with #AF7F66

Text Example


Text Example

White with #AF7F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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