Html Css Color HEX #AB894D Teak

📋 copy color: '#AB894D'

red 171 ◦ green 137 ◦ blue 77

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

Shades of Teak #AB894D

Tints of Teak #AB894D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20%

R = 44.42%
G = 35.58%
B = 20%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB894D (or 0xAB894D) is known color: Teak. HEX triplet: AB, 89 and 4D. RGB value is (171,137,77). Sum of RGB (Red+Green+Blue) = 171+137+77=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB894D is #5476B2. Grayscale: #8C8C8C. Windows color (decimal): -5535411 or 5081515. OLE color: 5081515.

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

Color convert

RGB 171 137 77 -
CMYK 0 0.20 0.55 0.33
HSL 38.3º 0.38% 0.49% -
HSV(B) 38.3º 0.55% 0.67% -
XYZ 27.08 27.09 10.82 -
YUV 140.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 171 137 77 0 0.20 0.55 0.33 38.3 0.38 0.49
Hex AB 89 4D 0 14 37 21 26 26 31
Octal 253 211 115 0 24 67 41 46 46 61
Binary 10101011 10001001 1001101 0 10100 110111 100001 100110 100110 110001

Color Harmonies of #AB894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB894D

Black with #AB894D

Text Example


Text Example

White with #AB894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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