Html Css Color HEX #AB894C Teak

📋 copy color: '#AB894C'

red 171 ◦ green 137 ◦ blue 76

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

Shades of Teak #AB894C

Tints of Teak #AB894C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.79%

R = 44.53%
G = 35.68%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB894C (or 0xAB894C) is known color: Teak. HEX triplet: AB, 89 and 4C. RGB value is (171,137,76). Sum of RGB (Red+Green+Blue) = 171+137+76=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB894C is #5476B3. Grayscale: #8C8C8C. Windows color (decimal): -5535412 or 5015979. OLE color: 5015979.

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

Color convert

RGB 171 137 76 -
CMYK 0 0.20 0.56 0.33
HSL 38.53º 0.38% 0.48% -
HSV(B) 38.53º 0.56% 0.67% -
XYZ 27.04 27.07 10.64 -
YUV 140.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 171 137 76 0 0.20 0.56 0.33 38.53 0.38 0.48
Hex AB 89 4C 0 14 38 21 27 26 30
Octal 253 211 114 0 24 70 41 47 46 60
Binary 10101011 10001001 1001100 0 10100 111000 100001 100111 100110 110000

Color Harmonies of #AB894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB894C

Black with #AB894C

Text Example


Text Example

White with #AB894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB894C; }

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

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

background-color css

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

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

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

border-color css

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

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

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