Html Css Color HEX #AB8B5E Teak

📋 copy color: '#AB8B5E'

red 171 ◦ green 139 ◦ blue 94

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

Shades of Teak #AB8B5E

Tints of Teak #AB8B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.41%

 BLUE value IS 94 (37.11% from 255) = 23.27%

R = 42.33%
G = 34.41%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB8B5E (or 0xAB8B5E) is known color: Teak. HEX triplet: AB, 8B and 5E. RGB value is (171,139,94). Sum of RGB (Red+Green+Blue) = 171+139+94=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B5E is #5474A1. Grayscale: #8F8F8F. Windows color (decimal): -5534882 or 6196139. OLE color: 6196139.

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

Color convert

RGB 171 139 94 -
CMYK 0 0.19 0.45 0.33
HSL 35.06º 0.31% 0.52% -
HSV(B) 35.06º 0.45% 0.67% -
XYZ 28.05 27.93 14.5 -
YUV 143.44 100.1 147.66 -
System Red Green Blue C M Y K H S L
Decimal 171 139 94 0 0.19 0.45 0.33 35.06 0.31 0.52
Hex AB 8B 5E 0 13 2D 21 23 1F 34
Octal 253 213 136 0 23 55 41 43 37 64
Binary 10101011 10001011 1011110 0 10011 101101 100001 100011 11111 110100

Color Harmonies of #AB8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B5E

Black with #AB8B5E

Text Example


Text Example

White with #AB8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B5E; }

 p { color: rgb(171,139,94); }

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

background-color css

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

 a { background-color: rgb(171,139,94); }

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

border-color css

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

 span { border-color: rgb(171,139,94); }

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