Html Css Color HEX #AF7960 Medium Wood

📋 copy color: '#AF7960'

red 175 ◦ green 121 ◦ blue 96

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

Shades of Medium Wood #AF7960

Tints of Medium Wood #AF7960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.49%

R = 44.64%
G = 30.87%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF7960 (or 0xAF7960) is known color: Medium Wood. HEX triplet: AF, 79 and 60. RGB value is (175,121,96). Sum of RGB (Red+Green+Blue) = 175+121+96=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7960 is #50869F. Grayscale: #868686. Windows color (decimal): -5277344 or 6322607. OLE color: 6322607.

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

Color convert

RGB 175 121 96 -
CMYK 0 0.31 0.45 0.31
HSL 18.99º 0.33% 0.53% -
HSV(B) 18.99º 0.45% 0.69% -
XYZ 26.63 23.63 14.22 -
YUV 134.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 175 121 96 0 0.31 0.45 0.31 18.99 0.33 0.53
Hex AF 79 60 0 1F 2D 1F 13 21 35
Octal 257 171 140 0 37 55 37 23 41 65
Binary 10101111 1111001 1100000 0 11111 101101 11111 10011 100001 110101

Color Harmonies of #AF7960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7960

Black with #AF7960

Text Example


Text Example

White with #AF7960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7960; }

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

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

background-color css

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

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

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

border-color css

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

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

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