Html Css Color HEX #AF8061 Medium Wood

📋 copy color: '#AF8061'

red 175 ◦ green 128 ◦ blue 97

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

Shades of Medium Wood #AF8061

Tints of Medium Wood #AF8061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

 BLUE value IS 97 (38.28% from 255) = 24.25%

R = 43.75%
G = 32%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF8061 (or 0xAF8061) is known color: Medium Wood. HEX triplet: AF, 80 and 61. RGB value is (175,128,97). Sum of RGB (Red+Green+Blue) = 175+128+97=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8061 is #507F9E. Grayscale: #8A8A8A. Windows color (decimal): -5275551 or 6389935. OLE color: 6389935.

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

Color convert

RGB 175 128 97 -
CMYK 0 0.27 0.45 0.31
HSL 23.85º 0.33% 0.53% -
HSV(B) 23.85º 0.45% 0.69% -
XYZ 27.56 25.42 14.76 -
YUV 138.52 104.57 154.02 -
System Red Green Blue C M Y K H S L
Decimal 175 128 97 0 0.27 0.45 0.31 23.85 0.33 0.53
Hex AF 80 61 0 1B 2D 1F 18 21 35
Octal 257 200 141 0 33 55 37 30 41 65
Binary 10101111 10000000 1100001 0 11011 101101 11111 11000 100001 110101

Color Harmonies of #AF8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8061

Black with #AF8061

Text Example


Text Example

White with #AF8061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8061; }

 p { color: rgb(175,128,97); }

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

background-color css

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

 a { background-color: rgb(175,128,97); }

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

border-color css

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

 span { border-color: rgb(175,128,97); }

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