Html Css Color HEX #AB816C Medium Wood

📋 copy color: '#AB816C'

red 171 ◦ green 129 ◦ blue 108

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

Shades of Medium Wood #AB816C

Tints of Medium Wood #AB816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 41.91%
G = 31.62%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB816C (or 0xAB816C) is known color: Medium Wood. HEX triplet: AB, 81 and 6C. RGB value is (171,129,108). Sum of RGB (Red+Green+Blue) = 171+129+108=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB816C is #547E93. Grayscale: #8B8B8B. Windows color (decimal): -5537428 or 7111083. OLE color: 7111083.

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

Color convert

RGB 171 129 108 -
CMYK 0 0.25 0.37 0.33
HSL 20º 0.27% 0.55% -
HSV(B) 20º 0.37% 0.67% -
XYZ 27.35 25.44 17.66 -
YUV 139.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 171 129 108 0 0.25 0.37 0.33 20 0.27 0.55
Hex AB 81 6C 0 19 25 21 14 1B 37
Octal 253 201 154 0 31 45 41 24 33 67
Binary 10101011 10000001 1101100 0 11001 100101 100001 10100 11011 110111

Color Harmonies of #AB816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB816C

Black with #AB816C

Text Example


Text Example

White with #AB816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB816C; }

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

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

background-color css

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

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

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

border-color css

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

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

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