Html Css Color HEX #AB895B Teak

📋 copy color: '#AB895B'

red 171 ◦ green 137 ◦ blue 91

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

Shades of Teak #AB895B

Tints of Teak #AB895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.34%

 BLUE value IS 91 (35.94% from 255) = 22.81%

R = 42.86%
G = 34.34%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB895B (or 0xAB895B) is known color: Teak. HEX triplet: AB, 89 and 5B. RGB value is (171,137,91). Sum of RGB (Red+Green+Blue) = 171+137+91=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB895B is #5476A4. Grayscale: #8E8E8E. Windows color (decimal): -5535397 or 5999019. OLE color: 5999019.

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

Color convert

RGB 171 137 91 -
CMYK 0 0.20 0.47 0.33
HSL 34.5º 0.32% 0.51% -
HSV(B) 34.5º 0.47% 0.67% -
XYZ 27.63 27.3 13.71 -
YUV 141.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 171 137 91 0 0.20 0.47 0.33 34.5 0.32 0.51
Hex AB 89 5B 0 14 2F 21 22 20 33
Octal 253 211 133 0 24 57 41 42 40 63
Binary 10101011 10001001 1011011 0 10100 101111 100001 100010 100000 110011

Color Harmonies of #AB895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB895B

Black with #AB895B

Text Example


Text Example

White with #AB895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB895B; }

 p { color: rgb(171,137,91); }

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

background-color css

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

 a { background-color: rgb(171,137,91); }

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

border-color css

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

 span { border-color: rgb(171,137,91); }

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