Html Css Color HEX #AB8D54 Teak

📋 copy color: '#AB8D54'

red 171 ◦ green 141 ◦ blue 84

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

Shades of Teak #AB8D54

Tints of Teak #AB8D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.21%

R = 43.18%
G = 35.61%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB8D54 (or 0xAB8D54) is known color: Teak. HEX triplet: AB, 8D and 54. RGB value is (171,141,84). Sum of RGB (Red+Green+Blue) = 171+141+84=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D54 is #5472AB. Grayscale: #8F8F8F. Windows color (decimal): -5534380 or 5541291. OLE color: 5541291.

HSL color Cylindrical-coordinate representation of color #AB8D54: hue angle of 39.31º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB8D54 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 141 84 -
CMYK 0 0.18 0.51 0.33
HSL 39.31º 0.34% 0.5% -
HSV(B) 39.31º 0.51% 0.67% -
XYZ 27.92 28.35 12.39 -
YUV 143.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 171 141 84 0 0.18 0.51 0.33 39.31 0.34 0.5
Hex AB 8D 54 0 12 33 21 27 22 32
Octal 253 215 124 0 22 63 41 47 42 62
Binary 10101011 10001101 1010100 0 10010 110011 100001 100111 100010 110010

Color Harmonies of #AB8D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D54

Black with #AB8D54

Text Example


Text Example

White with #AB8D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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