Html Css Color HEX #AB8A5D Teak

📋 copy color: '#AB8A5D'

red 171 ◦ green 138 ◦ blue 93

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

Shades of Teak #AB8A5D

Tints of Teak #AB8A5D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

 BLUE value IS 93 (36.72% from 255) = 23.13%

R = 42.54%
G = 34.33%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB8A5D (or 0xAB8A5D) is known color: Teak. HEX triplet: AB, 8A and 5D. RGB value is (171,138,93). Sum of RGB (Red+Green+Blue) = 171+138+93=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A5D is #5475A2. Grayscale: #8E8E8E. Windows color (decimal): -5535139 or 6130347. OLE color: 6130347.

HSL color Cylindrical-coordinate representation of color #AB8A5D: hue angle of 34.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB8A5D is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 138 93 -
CMYK 0 0.19 0.46 0.33
HSL 34.62º 0.32% 0.52% -
HSV(B) 34.62º 0.46% 0.67% -
XYZ 27.86 27.63 14.22 -
YUV 142.74 99.93 148.16 -
System Red Green Blue C M Y K H S L
Decimal 171 138 93 0 0.19 0.46 0.33 34.62 0.32 0.52
Hex AB 8A 5D 0 13 2E 21 23 20 34
Octal 253 212 135 0 23 56 41 43 40 64
Binary 10101011 10001010 1011101 0 10011 101110 100001 100011 100000 110100

Color Harmonies of #AB8A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8A5D

Black with #AB8A5D

Text Example


Text Example

White with #AB8A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8A5D; }

 p { color: rgb(171,138,93); }

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

background-color css

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

 a { background-color: rgb(171,138,93); }

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

border-color css

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

 span { border-color: rgb(171,138,93); }

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