Html Css Color HEX #AB865B Teak

📋 copy color: '#AB865B'

red 171 ◦ green 134 ◦ blue 91

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

Shades of Teak #AB865B

Tints of Teak #AB865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.84%

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

R = 43.18%
G = 33.84%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB865B (or 0xAB865B) is known color: Teak. HEX triplet: AB, 86 and 5B. RGB value is (171,134,91). Sum of RGB (Red+Green+Blue) = 171+134+91=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB865B is #5479A4. Grayscale: #8C8C8C. Windows color (decimal): -5536165 or 5998251. OLE color: 5998251.

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

Color convert

RGB 171 134 91 -
CMYK 0 0.22 0.47 0.33
HSL 32.25º 0.32% 0.51% -
HSV(B) 32.25º 0.47% 0.67% -
XYZ 27.21 26.46 13.57 -
YUV 140.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 171 134 91 0 0.22 0.47 0.33 32.25 0.32 0.51
Hex AB 86 5B 0 16 2F 21 20 20 33
Octal 253 206 133 0 26 57 41 40 40 63
Binary 10101011 10000110 1011011 0 10110 101111 100001 100000 100000 110011

Color Harmonies of #AB865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB865B

Black with #AB865B

Text Example


Text Example

White with #AB865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB865B; }

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

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

background-color css

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

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

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

border-color css

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

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

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