Html Css Color HEX #AF7D63 Medium Wood

📋 copy color: '#AF7D63'

red 175 ◦ green 125 ◦ blue 99

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

Shades of Medium Wood #AF7D63

Tints of Medium Wood #AF7D63

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.33%

 BLUE value IS 99 (39.06% from 255) = 24.81%

R = 43.86%
G = 31.33%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF7D63 (or 0xAF7D63) is known color: Medium Wood. HEX triplet: AF, 7D and 63. RGB value is (175,125,99). Sum of RGB (Red+Green+Blue) = 175+125+99=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D63 is #50829C. Grayscale: #898989. Windows color (decimal): -5276317 or 6520239. OLE color: 6520239.

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

Color convert

RGB 175 125 99 -
CMYK 0 0.29 0.43 0.31
HSL 20.53º 0.32% 0.54% -
HSV(B) 20.53º 0.43% 0.69% -
XYZ 27.26 24.68 15.13 -
YUV 136.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 175 125 99 0 0.29 0.43 0.31 20.53 0.32 0.54
Hex AF 7D 63 0 1D 2B 1F 15 20 36
Octal 257 175 143 0 35 53 37 25 40 66
Binary 10101111 1111101 1100011 0 11101 101011 11111 10101 100000 110110

Color Harmonies of #AF7D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D63

Black with #AF7D63

Text Example


Text Example

White with #AF7D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D63; }

 p { color: rgb(175,125,99); }

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

background-color css

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

 a { background-color: rgb(175,125,99); }

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

border-color css

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

 span { border-color: rgb(175,125,99); }

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