Html Css Color HEX #AB8359 Teak

📋 copy color: '#AB8359'

red 171 ◦ green 131 ◦ blue 89

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

Shades of Teak #AB8359

Tints of Teak #AB8359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

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

R = 43.73%
G = 33.5%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB8359 (or 0xAB8359) is known color: Teak. HEX triplet: AB, 83 and 59. RGB value is (171,131,89). Sum of RGB (Red+Green+Blue) = 171+131+89=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8359 is #547CA6. Grayscale: #8A8A8A. Windows color (decimal): -5536935 or 5866411. OLE color: 5866411.

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

Color convert

RGB 171 131 89 -
CMYK 0 0.23 0.48 0.33
HSL 30.73º 0.33% 0.51% -
HSV(B) 30.73º 0.48% 0.67% -
XYZ 26.71 25.61 12.99 -
YUV 138.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 171 131 89 0 0.23 0.48 0.33 30.73 0.33 0.51
Hex AB 83 59 0 17 30 21 1F 21 33
Octal 253 203 131 0 27 60 41 37 41 63
Binary 10101011 10000011 1011001 0 10111 110000 100001 11111 100001 110011

Color Harmonies of #AB8359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8359

Black with #AB8359

Text Example


Text Example

White with #AB8359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8359; }

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

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

background-color css

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

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

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

border-color css

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

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

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