Html Css Color HEX #AB865D Teak

📋 copy color: '#AB865D'

red 171 ◦ green 134 ◦ blue 93

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

Shades of Teak #AB865D

Tints of Teak #AB865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.37%

R = 42.96%
G = 33.67%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB865D (or 0xAB865D) is known color: Teak. HEX triplet: AB, 86 and 5D. RGB value is (171,134,93). Sum of RGB (Red+Green+Blue) = 171+134+93=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB865D is #5479A2. Grayscale: #8C8C8C. Windows color (decimal): -5536163 or 6129323. OLE color: 6129323.

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

Color convert

RGB 171 134 93 -
CMYK 0 0.22 0.46 0.33
HSL 31.54º 0.32% 0.52% -
HSV(B) 31.54º 0.46% 0.67% -
XYZ 27.3 26.5 14.03 -
YUV 140.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 171 134 93 0 0.22 0.46 0.33 31.54 0.32 0.52
Hex AB 86 5D 0 16 2E 21 20 20 34
Octal 253 206 135 0 26 56 41 40 40 64
Binary 10101011 10000110 1011101 0 10110 101110 100001 100000 100000 110100

Color Harmonies of #AB865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB865D

Black with #AB865D

Text Example


Text Example

White with #AB865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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