Html Css Color HEX #AB8168 Medium Wood

📋 copy color: '#AB8168'

red 171 ◦ green 129 ◦ blue 104

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

Shades of Medium Wood #AB8168

Tints of Medium Wood #AB8168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.93%

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

R = 42.33%
G = 31.93%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB8168 (or 0xAB8168) is known color: Medium Wood. HEX triplet: AB, 81 and 68. RGB value is (171,129,104). Sum of RGB (Red+Green+Blue) = 171+129+104=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8168 is #547E97. Grayscale: #8A8A8A. Windows color (decimal): -5537432 or 6848939. OLE color: 6848939.

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

Color convert

RGB 171 129 104 -
CMYK 0 0.25 0.39 0.33
HSL 22.39º 0.29% 0.54% -
HSV(B) 22.39º 0.39% 0.67% -
XYZ 27.14 25.36 16.56 -
YUV 138.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 171 129 104 0 0.25 0.39 0.33 22.39 0.29 0.54
Hex AB 81 68 0 19 27 21 16 1D 36
Octal 253 201 150 0 31 47 41 26 35 66
Binary 10101011 10000001 1101000 0 11001 100111 100001 10110 11101 110110

Color Harmonies of #AB8168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8168

Black with #AB8168

Text Example


Text Example

White with #AB8168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8168; }

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

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

background-color css

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

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

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

border-color css

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

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

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