Html Css Color HEX #AB894F Teak

📋 copy color: '#AB894F'

red 171 ◦ green 137 ◦ blue 79

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

Shades of Teak #AB894F

Tints of Teak #AB894F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.41%

R = 44.19%
G = 35.4%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB894F (or 0xAB894F) is known color: Teak. HEX triplet: AB, 89 and 4F. RGB value is (171,137,79). Sum of RGB (Red+Green+Blue) = 171+137+79=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB894F is #5476B0. Grayscale: #8C8C8C. Windows color (decimal): -5535409 or 5212587. OLE color: 5212587.

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

Color convert

RGB 171 137 79 -
CMYK 0 0.20 0.54 0.33
HSL 37.83º 0.37% 0.49% -
HSV(B) 37.83º 0.54% 0.67% -
XYZ 27.15 27.11 11.2 -
YUV 140.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 171 137 79 0 0.20 0.54 0.33 37.83 0.37 0.49
Hex AB 89 4F 0 14 36 21 26 25 31
Octal 253 211 117 0 24 66 41 46 45 61
Binary 10101011 10001001 1001111 0 10100 110110 100001 100110 100101 110001

Color Harmonies of #AB894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB894F

Black with #AB894F

Text Example


Text Example

White with #AB894F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB894F; }

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

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

background-color css

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

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

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

border-color css

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

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

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