Html Css Color HEX #AF795B Medium Wood

📋 copy color: '#AF795B'

red 175 ◦ green 121 ◦ blue 91

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

Shades of Medium Wood #AF795B

Tints of Medium Wood #AF795B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.27%

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

R = 45.22%
G = 31.27%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF795B (or 0xAF795B) is known color: Medium Wood. HEX triplet: AF, 79 and 5B. RGB value is (175,121,91). Sum of RGB (Red+Green+Blue) = 175+121+91=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF795B is #5086A4. Grayscale: #858585. Windows color (decimal): -5277349 or 5994927. OLE color: 5994927.

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

Color convert

RGB 175 121 91 -
CMYK 0 0.31 0.48 0.31
HSL 21.43º 0.34% 0.52% -
HSV(B) 21.43º 0.48% 0.69% -
XYZ 26.4 23.54 13.05 -
YUV 133.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 175 121 91 0 0.31 0.48 0.31 21.43 0.34 0.52
Hex AF 79 5B 0 1F 30 1F 15 22 34
Octal 257 171 133 0 37 60 37 25 42 64
Binary 10101111 1111001 1011011 0 11111 110000 11111 10101 100010 110100

Color Harmonies of #AF795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF795B

Black with #AF795B

Text Example


Text Example

White with #AF795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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