Html Css Color HEX #AB885B Teak

📋 copy color: '#AB885B'

red 171 ◦ green 136 ◦ blue 91

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

Shades of Teak #AB885B

Tints of Teak #AB885B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 91 (35.94% from 255) = 22.86%

R = 42.96%
G = 34.17%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB885B (or 0xAB885B) is known color: Teak. HEX triplet: AB, 88 and 5B. RGB value is (171,136,91). Sum of RGB (Red+Green+Blue) = 171+136+91=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB885B is #5477A4. Grayscale: #8D8D8D. Windows color (decimal): -5535653 or 5998763. OLE color: 5998763.

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

Color convert

RGB 171 136 91 -
CMYK 0 0.20 0.47 0.33
HSL 33.75º 0.32% 0.51% -
HSV(B) 33.75º 0.47% 0.67% -
XYZ 27.49 27.02 13.66 -
YUV 141.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 171 136 91 0 0.20 0.47 0.33 33.75 0.32 0.51
Hex AB 88 5B 0 14 2F 21 22 20 33
Octal 253 210 133 0 24 57 41 42 40 63
Binary 10101011 10001000 1011011 0 10100 101111 100001 100010 100000 110011

Color Harmonies of #AB885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB885B

Black with #AB885B

Text Example


Text Example

White with #AB885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB885B; }

 p { color: rgb(171,136,91); }

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

background-color css

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

 a { background-color: rgb(171,136,91); }

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

border-color css

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

 span { border-color: rgb(171,136,91); }

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