Html Css Color HEX #AB826D Medium Wood

📋 copy color: '#AB826D'

red 171 ◦ green 130 ◦ blue 109

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

Shades of Medium Wood #AB826D

Tints of Medium Wood #AB826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

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

R = 41.71%
G = 31.71%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB826D (or 0xAB826D) is known color: Medium Wood. HEX triplet: AB, 82 and 6D. RGB value is (171,130,109). Sum of RGB (Red+Green+Blue) = 171+130+109=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB826D is #547D92. Grayscale: #8B8B8B. Windows color (decimal): -5537171 or 7176875. OLE color: 7176875.

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

Color convert

RGB 171 130 109 -
CMYK 0 0.24 0.36 0.33
HSL 20.32º 0.27% 0.55% -
HSV(B) 20.32º 0.36% 0.67% -
XYZ 27.54 25.73 17.98 -
YUV 139.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 171 130 109 0 0.24 0.36 0.33 20.32 0.27 0.55
Hex AB 82 6D 0 18 24 21 14 1B 37
Octal 253 202 155 0 30 44 41 24 33 67
Binary 10101011 10000010 1101101 0 11000 100100 100001 10100 11011 110111

Color Harmonies of #AB826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB826D

Black with #AB826D

Text Example


Text Example

White with #AB826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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