Html Css Color HEX #AB885E Teak

📋 copy color: '#AB885E'

red 171 ◦ green 136 ◦ blue 94

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

Shades of Teak #AB885E

Tints of Teak #AB885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

 BLUE value IS 94 (37.11% from 255) = 23.44%

R = 42.64%
G = 33.92%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB885E (or 0xAB885E) is known color: Teak. HEX triplet: AB, 88 and 5E. RGB value is (171,136,94). Sum of RGB (Red+Green+Blue) = 171+136+94=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB885E is #5477A1. Grayscale: #8D8D8D. Windows color (decimal): -5535650 or 6195371. OLE color: 6195371.

HSL color Cylindrical-coordinate representation of color #AB885E: hue angle of 32.73º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB885E is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 136 94 -
CMYK 0 0.20 0.45 0.33
HSL 32.73º 0.31% 0.52% -
HSV(B) 32.73º 0.45% 0.67% -
XYZ 27.62 27.07 14.36 -
YUV 141.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 171 136 94 0 0.20 0.45 0.33 32.73 0.31 0.52
Hex AB 88 5E 0 14 2D 21 21 1F 34
Octal 253 210 136 0 24 55 41 41 37 64
Binary 10101011 10001000 1011110 0 10100 101101 100001 100001 11111 110100

Color Harmonies of #AB885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB885E

Black with #AB885E

Text Example


Text Example

White with #AB885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB885E; }

 p { color: rgb(171,136,94); }

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

background-color css

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

 a { background-color: rgb(171,136,94); }

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

border-color css

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

 span { border-color: rgb(171,136,94); }

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