Html Css Color HEX #AF7965 Medium Wood

📋 copy color: '#AF7965'

red 175 ◦ green 121 ◦ blue 101

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

Shades of Medium Wood #AF7965

Tints of Medium Wood #AF7965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 44.08%
G = 30.48%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF7965 (or 0xAF7965) is known color: Medium Wood. HEX triplet: AF, 79 and 65. RGB value is (175,121,101). Sum of RGB (Red+Green+Blue) = 175+121+101=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7965 is #50869A. Grayscale: #878787. Windows color (decimal): -5277339 or 6650287. OLE color: 6650287.

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

Color convert

RGB 175 121 101 -
CMYK 0 0.31 0.42 0.31
HSL 16.22º 0.32% 0.54% -
HSV(B) 16.22º 0.42% 0.69% -
XYZ 26.87 23.73 15.48 -
YUV 134.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 175 121 101 0 0.31 0.42 0.31 16.22 0.32 0.54
Hex AF 79 65 0 1F 2A 1F 10 20 36
Octal 257 171 145 0 37 52 37 20 40 66
Binary 10101111 1111001 1100101 0 11111 101010 11111 10000 100000 110110

Color Harmonies of #AF7965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7965

Black with #AF7965

Text Example


Text Example

White with #AF7965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7965; }

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

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

background-color css

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

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

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

border-color css

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

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

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