Html Css Color HEX #AB8A5E Teak

📋 copy color: '#AB8A5E'

red 171 ◦ green 138 ◦ blue 94

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

Shades of Teak #AB8A5E

Tints of Teak #AB8A5E

RGB

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

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

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

R = 42.43%
G = 34.24%
B = 23.33%

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

#AB8A5E (or 0xAB8A5E) is known color: Teak. HEX triplet: AB, 8A and 5E. RGB value is (171,138,94). Sum of RGB (Red+Green+Blue) = 171+138+94=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A5E is #5475A1. Grayscale: #8F8F8F. Windows color (decimal): -5535138 or 6195883. OLE color: 6195883.

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

Color convert

RGB 171 138 94 -
CMYK 0 0.19 0.45 0.33
HSL 34.29º 0.31% 0.52% -
HSV(B) 34.29º 0.45% 0.67% -
XYZ 27.9 27.64 14.45 -
YUV 142.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 171 138 94 0 0.19 0.45 0.33 34.29 0.31 0.52
Hex AB 8A 5E 0 13 2D 21 22 1F 34
Octal 253 212 136 0 23 55 41 42 37 64
Binary 10101011 10001010 1011110 0 10011 101101 100001 100010 11111 110100

Color Harmonies of #AB8A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8A5E

Black with #AB8A5E

Text Example


Text Example

White with #AB8A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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