Html Css Color HEX #AB8D4C Teak

📋 copy color: '#AB8D4C'

red 171 ◦ green 141 ◦ blue 76

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

Shades of Teak #AB8D4C

Tints of Teak #AB8D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.34%

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

R = 44.07%
G = 36.34%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB8D4C (or 0xAB8D4C) is known color: Teak. HEX triplet: AB, 8D and 4C. RGB value is (171,141,76). Sum of RGB (Red+Green+Blue) = 171+141+76=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D4C is #5472B3. Grayscale: #8E8E8E. Windows color (decimal): -5534388 or 5017003. OLE color: 5017003.

HSL color Cylindrical-coordinate representation of color #AB8D4C: hue angle of 41.05º 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 #AB8D4C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 141 76 -
CMYK 0 0.18 0.56 0.33
HSL 41.05º 0.38% 0.48% -
HSV(B) 41.05º 0.56% 0.67% -
XYZ 27.62 28.23 10.83 -
YUV 142.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 171 141 76 0 0.18 0.56 0.33 41.05 0.38 0.48
Hex AB 8D 4C 0 12 38 21 29 26 30
Octal 253 215 114 0 22 70 41 51 46 60
Binary 10101011 10001101 1001100 0 10010 111000 100001 101001 100110 110000

Color Harmonies of #AB8D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D4C

Black with #AB8D4C

Text Example


Text Example

White with #AB8D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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