Html Css Color HEX #AB846E Medium Wood

📋 copy color: '#AB846E'

red 171 ◦ green 132 ◦ blue 110

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

Shades of Medium Wood #AB846E

Tints of Medium Wood #AB846E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.96%

 BLUE value IS 110 (43.36% from 255) = 26.63%

R = 41.4%
G = 31.96%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB846E (or 0xAB846E) is known color: Medium Wood. HEX triplet: AB, 84 and 6E. RGB value is (171,132,110). Sum of RGB (Red+Green+Blue) = 171+132+110=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB846E is #547B91. Grayscale: #8D8D8D. Windows color (decimal): -5536658 or 7242923. OLE color: 7242923.

HSL color Cylindrical-coordinate representation of color #AB846E: hue angle of 21.64º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB846E is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 132 110 -
CMYK 0 0.23 0.36 0.33
HSL 21.64º 0.27% 0.55% -
HSV(B) 21.64º 0.36% 0.67% -
XYZ 27.86 26.29 18.36 -
YUV 141.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 171 132 110 0 0.23 0.36 0.33 21.64 0.27 0.55
Hex AB 84 6E 0 17 24 21 16 1B 37
Octal 253 204 156 0 27 44 41 26 33 67
Binary 10101011 10000100 1101110 0 10111 100100 100001 10110 11011 110111

Color Harmonies of #AB846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB846E

Black with #AB846E

Text Example


Text Example

White with #AB846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB846E; }

 p { color: rgb(171,132,110); }

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

background-color css

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

 a { background-color: rgb(171,132,110); }

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

border-color css

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

 span { border-color: rgb(171,132,110); }

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