Html Css Color HEX #AF775D Medium Wood

📋 copy color: '#AF775D'

red 175 ◦ green 119 ◦ blue 93

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

Shades of Medium Wood #AF775D

Tints of Medium Wood #AF775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.75%

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 45.22%
G = 30.75%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF775D (or 0xAF775D) is known color: Medium Wood. HEX triplet: AF, 77 and 5D. RGB value is (175,119,93). Sum of RGB (Red+Green+Blue) = 175+119+93=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF775D is #5088A2. Grayscale: #848484. Windows color (decimal): -5277859 or 6125487. OLE color: 6125487.

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

Color convert

RGB 175 119 93 -
CMYK 0 0.32 0.47 0.31
HSL 19.02º 0.34% 0.53% -
HSV(B) 19.02º 0.47% 0.69% -
XYZ 26.25 23.1 13.43 -
YUV 132.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 175 119 93 0 0.32 0.47 0.31 19.02 0.34 0.53
Hex AF 77 5D 0 20 2F 1F 13 22 35
Octal 257 167 135 0 40 57 37 23 42 65
Binary 10101111 1110111 1011101 0 100000 101111 11111 10011 100010 110101

Color Harmonies of #AF775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF775D

Black with #AF775D

Text Example


Text Example

White with #AF775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF775D; }

 p { color: rgb(175,119,93); }

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

background-color css

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

 a { background-color: rgb(175,119,93); }

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

border-color css

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

 span { border-color: rgb(175,119,93); }

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