Html Css Color HEX #AF7E6A Medium Wood

📋 copy color: '#AF7E6A'

red 175 ◦ green 126 ◦ blue 106

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

Shades of Medium Wood #AF7E6A

Tints of Medium Wood #AF7E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.96%

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 43%
G = 30.96%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF7E6A (or 0xAF7E6A) is known color: Medium Wood. HEX triplet: AF, 7E and 6A. RGB value is (175,126,106). Sum of RGB (Red+Green+Blue) = 175+126+106=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E6A is #508195. Grayscale: #8A8A8A. Windows color (decimal): -5276054 or 6979247. OLE color: 6979247.

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

Color convert

RGB 175 126 106 -
CMYK 0 0.28 0.39 0.31
HSL 17.39º 0.3% 0.55% -
HSV(B) 17.39º 0.39% 0.69% -
XYZ 27.74 25.08 17.01 -
YUV 138.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 175 126 106 0 0.28 0.39 0.31 17.39 0.3 0.55
Hex AF 7E 6A 0 1C 27 1F 11 1E 37
Octal 257 176 152 0 34 47 37 21 36 67
Binary 10101111 1111110 1101010 0 11100 100111 11111 10001 11110 110111

Color Harmonies of #AF7E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E6A

Black with #AF7E6A

Text Example


Text Example

White with #AF7E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E6A; }

 p { color: rgb(175,126,106); }

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

background-color css

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

 a { background-color: rgb(175,126,106); }

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

border-color css

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

 span { border-color: rgb(175,126,106); }

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