Html Css Color HEX #AB9259 Teak

📋 copy color: '#AB9259'

red 171 ◦ green 146 ◦ blue 89

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

Shades of Teak #AB9259

Tints of Teak #AB9259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

 BLUE value IS 89 (35.16% from 255) = 21.92%

R = 42.12%
G = 35.96%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB9259 (or 0xAB9259) is known color: Teak. HEX triplet: AB, 92 and 59. RGB value is (171,146,89). Sum of RGB (Red+Green+Blue) = 171+146+89=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9259 is #546DA6. Grayscale: #939393. Windows color (decimal): -5533095 or 5870251. OLE color: 5870251.

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

Color convert

RGB 171 146 89 -
CMYK 0 0.15 0.48 0.33
HSL 41.71º 0.33% 0.51% -
HSV(B) 41.71º 0.48% 0.67% -
XYZ 28.88 29.94 13.71 -
YUV 146.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 171 146 89 0 0.15 0.48 0.33 41.71 0.33 0.51
Hex AB 92 59 0 F 30 21 2A 21 33
Octal 253 222 131 0 17 60 41 52 41 63
Binary 10101011 10010010 1011001 0 1111 110000 100001 101010 100001 110011

Color Harmonies of #AB9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9259

Black with #AB9259

Text Example


Text Example

White with #AB9259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9259; }

 p { color: rgb(171,146,89); }

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

background-color css

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

 a { background-color: rgb(171,146,89); }

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

border-color css

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

 span { border-color: rgb(171,146,89); }

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