Html Css Color HEX #AF7E57 Medium Wood

📋 copy color: '#AF7E57'

red 175 ◦ green 126 ◦ blue 87

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

Shades of Medium Wood #AF7E57

Tints of Medium Wood #AF7E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.42%

R = 45.1%
G = 32.47%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF7E57 (or 0xAF7E57) is known color: Medium Wood. HEX triplet: AF, 7E and 57. RGB value is (175,126,87). Sum of RGB (Red+Green+Blue) = 175+126+87=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E57 is #5081A8. Grayscale: #888888. Windows color (decimal): -5276073 or 5734063. OLE color: 5734063.

HSL color Cylindrical-coordinate representation of color #AF7E57: hue angle of 26.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7E57 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 126 87 -
CMYK 0 0.28 0.50 0.31
HSL 26.59º 0.35% 0.51% -
HSV(B) 26.59º 0.5% 0.69% -
XYZ 26.86 24.72 12.37 -
YUV 136.21 100.23 155.67 -
System Red Green Blue C M Y K H S L
Decimal 175 126 87 0 0.28 0.50 0.31 26.59 0.35 0.51
Hex AF 7E 57 0 1C 32 1F 1B 23 33
Octal 257 176 127 0 34 62 37 33 43 63
Binary 10101111 1111110 1010111 0 11100 110010 11111 11011 100011 110011

Color Harmonies of #AF7E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E57

Black with #AF7E57

Text Example


Text Example

White with #AF7E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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