Html Css Color HEX #AB8162 Medium Wood

📋 copy color: '#AB8162'

red 171 ◦ green 129 ◦ blue 98

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

Shades of Medium Wood #AB8162

Tints of Medium Wood #AB8162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.62%

R = 42.96%
G = 32.41%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB8162 (or 0xAB8162) is known color: Medium Wood. HEX triplet: AB, 81 and 62. RGB value is (171,129,98). Sum of RGB (Red+Green+Blue) = 171+129+98=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8162 is #547E9D. Grayscale: #8A8A8A. Windows color (decimal): -5537438 or 6455723. OLE color: 6455723.

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

Color convert

RGB 171 129 98 -
CMYK 0 0.25 0.43 0.33
HSL 25.48º 0.3% 0.53% -
HSV(B) 25.48º 0.43% 0.67% -
XYZ 26.85 25.24 15.01 -
YUV 138.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 171 129 98 0 0.25 0.43 0.33 25.48 0.3 0.53
Hex AB 81 62 0 19 2B 21 19 1E 35
Octal 253 201 142 0 31 53 41 31 36 65
Binary 10101011 10000001 1100010 0 11001 101011 100001 11001 11110 110101

Color Harmonies of #AB8162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8162

Black with #AB8162

Text Example


Text Example

White with #AB8162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8162; }

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

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

background-color css

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

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

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

border-color css

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

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

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