Html Css Color HEX #AB8268 Medium Wood

📋 copy color: '#AB8268'

red 171 ◦ green 130 ◦ blue 104

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

Shades of Medium Wood #AB8268

Tints of Medium Wood #AB8268

RGB

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

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

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

R = 42.22%
G = 32.1%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB8268 (or 0xAB8268) is known color: Medium Wood. HEX triplet: AB, 82 and 68. RGB value is (171,130,104). Sum of RGB (Red+Green+Blue) = 171+130+104=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8268 is #547D97. Grayscale: #8B8B8B. Windows color (decimal): -5537176 or 6849195. OLE color: 6849195.

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

Color convert

RGB 171 130 104 -
CMYK 0 0.24 0.39 0.33
HSL 23.28º 0.29% 0.54% -
HSV(B) 23.28º 0.39% 0.67% -
XYZ 27.28 25.62 16.6 -
YUV 139.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 171 130 104 0 0.24 0.39 0.33 23.28 0.29 0.54
Hex AB 82 68 0 18 27 21 17 1D 36
Octal 253 202 150 0 30 47 41 27 35 66
Binary 10101011 10000010 1101000 0 11000 100111 100001 10111 11101 110110

Color Harmonies of #AB8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8268

Black with #AB8268

Text Example


Text Example

White with #AB8268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8268; }

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

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

background-color css

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

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

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

border-color css

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

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

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