Html Css Color HEX #AF8869 Medium Wood

📋 copy color: '#AF8869'

red 175 ◦ green 136 ◦ blue 105

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

Shades of Medium Wood #AF8869

Tints of Medium Wood #AF8869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

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

R = 42.07%
G = 32.69%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF8869 (or 0xAF8869) is known color: Medium Wood. HEX triplet: AF, 88 and 69. RGB value is (175,136,105). Sum of RGB (Red+Green+Blue) = 175+136+105=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8869 is #507796. Grayscale: #909090. Windows color (decimal): -5273495 or 6916271. OLE color: 6916271.

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

Color convert

RGB 175 136 105 -
CMYK 0 0.22 0.40 0.31
HSL 26.57º 0.3% 0.55% -
HSV(B) 26.57º 0.4% 0.69% -
XYZ 29.03 27.74 17.19 -
YUV 144.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 175 136 105 0 0.22 0.40 0.31 26.57 0.3 0.55
Hex AF 88 69 0 16 28 1F 1B 1E 37
Octal 257 210 151 0 26 50 37 33 36 67
Binary 10101111 10001000 1101001 0 10110 101000 11111 11011 11110 110111

Color Harmonies of #AF8869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8869

Black with #AF8869

Text Example


Text Example

White with #AF8869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8869; }

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

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

background-color css

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

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

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

border-color css

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

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

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