Html Css Color HEX #AB865C Teak

📋 copy color: '#AB865C'

red 171 ◦ green 134 ◦ blue 92

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

Shades of Teak #AB865C

Tints of Teak #AB865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 43.07%
G = 33.75%
B = 23.17%

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

#AB865C (or 0xAB865C) is known color: Teak. HEX triplet: AB, 86 and 5C. RGB value is (171,134,92). Sum of RGB (Red+Green+Blue) = 171+134+92=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB865C is #5479A3. Grayscale: #8C8C8C. Windows color (decimal): -5536164 or 6063787. OLE color: 6063787.

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

Color convert

RGB 171 134 92 -
CMYK 0 0.22 0.46 0.33
HSL 31.9º 0.32% 0.52% -
HSV(B) 31.9º 0.46% 0.67% -
XYZ 27.25 26.48 13.8 -
YUV 140.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 171 134 92 0 0.22 0.46 0.33 31.9 0.32 0.52
Hex AB 86 5C 0 16 2E 21 20 20 34
Octal 253 206 134 0 26 56 41 40 40 64
Binary 10101011 10000110 1011100 0 10110 101110 100001 100000 100000 110100

Color Harmonies of #AB865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB865C

Black with #AB865C

Text Example


Text Example

White with #AB865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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