Html Css Color HEX #AB855E Medium Wood

📋 copy color: '#AB855E'

red 171 ◦ green 133 ◦ blue 94

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

Shades of Medium Wood #AB855E

Tints of Medium Wood #AB855E

RGB

 RED value IS 171 (67.19% from 255) = 42.96%

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 94 (37.11% from 255) = 23.62%

R = 42.96%
G = 33.42%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB855E (or 0xAB855E) is known color: Medium Wood. HEX triplet: AB, 85 and 5E. RGB value is (171,133,94). Sum of RGB (Red+Green+Blue) = 171+133+94=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB855E is #547AA1. Grayscale: #8C8C8C. Windows color (decimal): -5536418 or 6194603. OLE color: 6194603.

HSL color Cylindrical-coordinate representation of color #AB855E: hue angle of 30.39º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB855E is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 133 94 -
CMYK 0 0.22 0.45 0.33
HSL 30.39º 0.31% 0.52% -
HSV(B) 30.39º 0.45% 0.67% -
XYZ 27.2 26.24 14.22 -
YUV 139.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 171 133 94 0 0.22 0.45 0.33 30.39 0.31 0.52
Hex AB 85 5E 0 16 2D 21 1E 1F 34
Octal 253 205 136 0 26 55 41 36 37 64
Binary 10101011 10000101 1011110 0 10110 101101 100001 11110 11111 110100

Color Harmonies of #AB855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB855E

Black with #AB855E

Text Example


Text Example

White with #AB855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB855E; }

 p { color: rgb(171,133,94); }

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

background-color css

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

 a { background-color: rgb(171,133,94); }

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

border-color css

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

 span { border-color: rgb(171,133,94); }

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