Html Css Color HEX #AB875D Teak

📋 copy color: '#AB875D'

red 171 ◦ green 135 ◦ blue 93

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

Shades of Teak #AB875D

Tints of Teak #AB875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.83%

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

R = 42.86%
G = 33.83%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB875D (or 0xAB875D) is known color: Teak. HEX triplet: AB, 87 and 5D. RGB value is (171,135,93). Sum of RGB (Red+Green+Blue) = 171+135+93=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB875D is #5478A2. Grayscale: #8D8D8D. Windows color (decimal): -5535907 or 6129579. OLE color: 6129579.

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

Color convert

RGB 171 135 93 -
CMYK 0 0.21 0.46 0.33
HSL 32.31º 0.32% 0.52% -
HSV(B) 32.31º 0.46% 0.67% -
XYZ 27.43 26.78 14.08 -
YUV 140.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 171 135 93 0 0.21 0.46 0.33 32.31 0.32 0.52
Hex AB 87 5D 0 15 2E 21 20 20 34
Octal 253 207 135 0 25 56 41 40 40 64
Binary 10101011 10000111 1011101 0 10101 101110 100001 100000 100000 110100

Color Harmonies of #AB875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB875D

Black with #AB875D

Text Example


Text Example

White with #AB875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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