Html Css Color HEX #AF8069 Medium Wood

📋 copy color: '#AF8069'

red 175 ◦ green 128 ◦ blue 105

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

Shades of Medium Wood #AF8069

Tints of Medium Wood #AF8069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 42.89%
G = 31.37%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF8069 (or 0xAF8069) is known color: Medium Wood. HEX triplet: AF, 80 and 69. RGB value is (175,128,105). Sum of RGB (Red+Green+Blue) = 175+128+105=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8069 is #507F96. Grayscale: #8B8B8B. Windows color (decimal): -5275543 or 6914223. OLE color: 6914223.

HSL color Cylindrical-coordinate representation of color #AF8069: hue angle of 19.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF8069 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 105 -
CMYK 0 0.27 0.40 0.31
HSL 19.71º 0.3% 0.55% -
HSV(B) 19.71º 0.4% 0.69% -
XYZ 27.95 25.57 16.83 -
YUV 139.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 175 128 105 0 0.27 0.40 0.31 19.71 0.3 0.55
Hex AF 80 69 0 1B 28 1F 14 1E 37
Octal 257 200 151 0 33 50 37 24 36 67
Binary 10101111 10000000 1101001 0 11011 101000 11111 10100 11110 110111

Color Harmonies of #AF8069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8069

Black with #AF8069

Text Example


Text Example

White with #AF8069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8069; }

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

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

background-color css

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

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

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

border-color css

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

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

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