Html Css Color HEX #AF886A Medium Wood

📋 copy color: '#AF886A'

red 175 ◦ green 136 ◦ blue 106

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

Shades of Medium Wood #AF886A

Tints of Medium Wood #AF886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.42%

R = 41.97%
G = 32.61%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF886A (or 0xAF886A) is known color: Medium Wood. HEX triplet: AF, 88 and 6A. RGB value is (175,136,106). Sum of RGB (Red+Green+Blue) = 175+136+106=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF886A is #507795. Grayscale: #909090. Windows color (decimal): -5273494 or 6981807. OLE color: 6981807.

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

Color convert

RGB 175 136 106 -
CMYK 0 0.22 0.39 0.31
HSL 26.09º 0.3% 0.55% -
HSV(B) 26.09º 0.39% 0.69% -
XYZ 29.08 27.76 17.46 -
YUV 144.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 175 136 106 0 0.22 0.39 0.31 26.09 0.3 0.55
Hex AF 88 6A 0 16 27 1F 1A 1E 37
Octal 257 210 152 0 26 47 37 32 36 67
Binary 10101111 10001000 1101010 0 10110 100111 11111 11010 11110 110111

Color Harmonies of #AF886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF886A

Black with #AF886A

Text Example


Text Example

White with #AF886A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF886A; }

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

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

background-color css

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

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

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

border-color css

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

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

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