Html Css Color HEX #AB846D Medium Wood

📋 copy color: '#AB846D'

red 171 ◦ green 132 ◦ blue 109

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

Shades of Medium Wood #AB846D

Tints of Medium Wood #AB846D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 41.5%
G = 32.04%
B = 26.46%

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

#AB846D (or 0xAB846D) is known color: Medium Wood. HEX triplet: AB, 84 and 6D. RGB value is (171,132,109). Sum of RGB (Red+Green+Blue) = 171+132+109=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB846D is #547B92. Grayscale: #8D8D8D. Windows color (decimal): -5536659 or 7177387. OLE color: 7177387.

HSL color Cylindrical-coordinate representation of color #AB846D: hue angle of 22.26º 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 #AB846D is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 132 109 -
CMYK 0 0.23 0.36 0.33
HSL 22.26º 0.27% 0.55% -
HSV(B) 22.26º 0.36% 0.67% -
XYZ 27.81 26.26 18.07 -
YUV 141.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 171 132 109 0 0.23 0.36 0.33 22.26 0.27 0.55
Hex AB 84 6D 0 17 24 21 16 1B 37
Octal 253 204 155 0 27 44 41 26 33 67
Binary 10101011 10000100 1101101 0 10111 100100 100001 10110 11011 110111

Color Harmonies of #AB846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB846D

Black with #AB846D

Text Example


Text Example

White with #AB846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB846D; }

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

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

background-color css

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

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

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

border-color css

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

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

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