Html Css Color HEX #AB8468 Medium Wood

📋 copy color: '#AB8468'

red 171 ◦ green 132 ◦ blue 104

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

Shades of Medium Wood #AB8468

Tints of Medium Wood #AB8468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 42.01%
G = 32.43%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB8468 (or 0xAB8468) is known color: Medium Wood. HEX triplet: AB, 84 and 68. RGB value is (171,132,104). Sum of RGB (Red+Green+Blue) = 171+132+104=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8468 is #547B97. Grayscale: #8C8C8C. Windows color (decimal): -5536664 or 6849707. OLE color: 6849707.

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

Color convert

RGB 171 132 104 -
CMYK 0 0.23 0.39 0.33
HSL 25.07º 0.29% 0.54% -
HSV(B) 25.07º 0.39% 0.67% -
XYZ 27.54 26.16 16.69 -
YUV 140.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 171 132 104 0 0.23 0.39 0.33 25.07 0.29 0.54
Hex AB 84 68 0 17 27 21 19 1D 36
Octal 253 204 150 0 27 47 41 31 35 66
Binary 10101011 10000100 1101000 0 10111 100111 100001 11001 11101 110110

Color Harmonies of #AB8468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8468

Black with #AB8468

Text Example


Text Example

White with #AB8468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8468; }

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

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

background-color css

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

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

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

border-color css

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

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

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