Html Css Color HEX #AB8855 Teak

📋 copy color: '#AB8855'

red 171 ◦ green 136 ◦ blue 85

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

Shades of Teak #AB8855

Tints of Teak #AB8855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.68%

R = 43.62%
G = 34.69%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB8855 (or 0xAB8855) is known color: Teak. HEX triplet: AB, 88 and 55. RGB value is (171,136,85). Sum of RGB (Red+Green+Blue) = 171+136+85=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8855 is #5477AA. Grayscale: #8C8C8C. Windows color (decimal): -5535659 or 5605547. OLE color: 5605547.

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

Color convert

RGB 171 136 85 -
CMYK 0 0.20 0.50 0.33
HSL 35.58º 0.34% 0.5% -
HSV(B) 35.58º 0.5% 0.67% -
XYZ 27.24 26.92 12.36 -
YUV 140.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 171 136 85 0 0.20 0.50 0.33 35.58 0.34 0.5
Hex AB 88 55 0 14 32 21 24 22 32
Octal 253 210 125 0 24 62 41 44 42 62
Binary 10101011 10001000 1010101 0 10100 110010 100001 100100 100010 110010

Color Harmonies of #AB8855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8855

Black with #AB8855

Text Example


Text Example

White with #AB8855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8855; }

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

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

background-color css

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

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

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

border-color css

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

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

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