Html Css Color HEX #AF7F69 Medium Wood

📋 copy color: '#AF7F69'

red 175 ◦ green 127 ◦ blue 105

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

Shades of Medium Wood #AF7F69

Tints of Medium Wood #AF7F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.8%

R = 43%
G = 31.2%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF7F69 (or 0xAF7F69) is known color: Medium Wood. HEX triplet: AF, 7F and 69. RGB value is (175,127,105). Sum of RGB (Red+Green+Blue) = 175+127+105=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F69 is #508096. Grayscale: #8A8A8A. Windows color (decimal): -5275799 or 6913967. OLE color: 6913967.

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

Color convert

RGB 175 127 105 -
CMYK 0 0.27 0.40 0.31
HSL 18.86º 0.3% 0.55% -
HSV(B) 18.86º 0.4% 0.69% -
XYZ 27.82 25.31 16.78 -
YUV 138.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 175 127 105 0 0.27 0.40 0.31 18.86 0.3 0.55
Hex AF 7F 69 0 1B 28 1F 13 1E 37
Octal 257 177 151 0 33 50 37 23 36 67
Binary 10101111 1111111 1101001 0 11011 101000 11111 10011 11110 110111

Color Harmonies of #AF7F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F69

Black with #AF7F69

Text Example


Text Example

White with #AF7F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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