Html Css Color HEX #AB8467 Medium Wood

📋 copy color: '#AB8467'

red 171 ◦ green 132 ◦ blue 103

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

Shades of Medium Wood #AB8467

Tints of Medium Wood #AB8467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.37%

R = 42.12%
G = 32.51%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB8467 (or 0xAB8467) is known color: Medium Wood. HEX triplet: AB, 84 and 67. RGB value is (171,132,103). Sum of RGB (Red+Green+Blue) = 171+132+103=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8467 is #547B98. Grayscale: #8C8C8C. Windows color (decimal): -5536665 or 6784171. OLE color: 6784171.

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

Color convert

RGB 171 132 103 -
CMYK 0 0.23 0.40 0.33
HSL 25.59º 0.29% 0.54% -
HSV(B) 25.59º 0.4% 0.67% -
XYZ 27.49 26.14 16.43 -
YUV 140.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 171 132 103 0 0.23 0.40 0.33 25.59 0.29 0.54
Hex AB 84 67 0 17 28 21 1A 1D 36
Octal 253 204 147 0 27 50 41 32 35 66
Binary 10101011 10000100 1100111 0 10111 101000 100001 11010 11101 110110

Color Harmonies of #AB8467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8467

Black with #AB8467

Text Example


Text Example

White with #AB8467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8467; }

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

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

background-color css

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

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

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

border-color css

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

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

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