Html Css Color HEX #AB895F Teak

📋 copy color: '#AB895F'

red 171 ◦ green 137 ◦ blue 95

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

Shades of Teak #AB895F

Tints of Teak #AB895F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.57%

R = 42.43%
G = 34%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB895F (or 0xAB895F) is known color: Teak. HEX triplet: AB, 89 and 5F. RGB value is (171,137,95). Sum of RGB (Red+Green+Blue) = 171+137+95=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB895F is #5476A0. Grayscale: #8E8E8E. Windows color (decimal): -5535393 or 6261163. OLE color: 6261163.

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

Color convert

RGB 171 137 95 -
CMYK 0 0.20 0.44 0.33
HSL 33.16º 0.31% 0.52% -
HSV(B) 33.16º 0.44% 0.67% -
XYZ 27.81 27.38 14.64 -
YUV 142.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 171 137 95 0 0.20 0.44 0.33 33.16 0.31 0.52
Hex AB 89 5F 0 14 2C 21 21 1F 34
Octal 253 211 137 0 24 54 41 41 37 64
Binary 10101011 10001001 1011111 0 10100 101100 100001 100001 11111 110100

Color Harmonies of #AB895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB895F

Black with #AB895F

Text Example


Text Example

White with #AB895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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