Html Css Color HEX #AB8853 Teak

📋 copy color: '#AB8853'

red 171 ◦ green 136 ◦ blue 83

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

Shades of Teak #AB8853

Tints of Teak #AB8853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.28%

R = 43.85%
G = 34.87%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB8853 (or 0xAB8853) is known color: Teak. HEX triplet: AB, 88 and 53. RGB value is (171,136,83). Sum of RGB (Red+Green+Blue) = 171+136+83=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8853 is #5477AC. Grayscale: #8C8C8C. Windows color (decimal): -5535661 or 5474475. OLE color: 5474475.

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

Color convert

RGB 171 136 83 -
CMYK 0 0.20 0.51 0.33
HSL 36.14º 0.35% 0.5% -
HSV(B) 36.14º 0.51% 0.67% -
XYZ 27.16 26.89 11.94 -
YUV 140.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 171 136 83 0 0.20 0.51 0.33 36.14 0.35 0.5
Hex AB 88 53 0 14 33 21 24 23 32
Octal 253 210 123 0 24 63 41 44 43 62
Binary 10101011 10001000 1010011 0 10100 110011 100001 100100 100011 110010

Color Harmonies of #AB8853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8853

Black with #AB8853

Text Example


Text Example

White with #AB8853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8853; }

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

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

background-color css

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

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

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

border-color css

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

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

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