Html Css Color HEX #AF7F5B Medium Wood

📋 copy color: '#AF7F5B'

red 175 ◦ green 127 ◦ blue 91

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

Shades of Medium Wood #AF7F5B

Tints of Medium Wood #AF7F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 44.53%
G = 32.32%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF7F5B (or 0xAF7F5B) is known color: Medium Wood. HEX triplet: AF, 7F and 5B. RGB value is (175,127,91). Sum of RGB (Red+Green+Blue) = 175+127+91=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F5B is #5080A4. Grayscale: #898989. Windows color (decimal): -5275813 or 5996463. OLE color: 5996463.

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

Color convert

RGB 175 127 91 -
CMYK 0 0.27 0.48 0.31
HSL 25.71º 0.34% 0.52% -
HSV(B) 25.71º 0.48% 0.69% -
XYZ 27.16 25.05 13.3 -
YUV 137.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 175 127 91 0 0.27 0.48 0.31 25.71 0.34 0.52
Hex AF 7F 5B 0 1B 30 1F 1A 22 34
Octal 257 177 133 0 33 60 37 32 42 64
Binary 10101111 1111111 1011011 0 11011 110000 11111 11010 100010 110100

Color Harmonies of #AF7F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F5B

Black with #AF7F5B

Text Example


Text Example

White with #AF7F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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