Html Css Color HEX #AB875B Teak

📋 copy color: '#AB875B'

red 171 ◦ green 135 ◦ blue 91

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

Shades of Teak #AB875B

Tints of Teak #AB875B

RGB

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

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

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

R = 43.07%
G = 34.01%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB875B (or 0xAB875B) is known color: Teak. HEX triplet: AB, 87 and 5B. RGB value is (171,135,91). Sum of RGB (Red+Green+Blue) = 171+135+91=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB875B is #5478A4. Grayscale: #8C8C8C. Windows color (decimal): -5535909 or 5998507. OLE color: 5998507.

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

Color convert

RGB 171 135 91 -
CMYK 0 0.21 0.47 0.33
HSL 33º 0.32% 0.51% -
HSV(B) 33º 0.47% 0.67% -
XYZ 27.35 26.74 13.62 -
YUV 140.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 171 135 91 0 0.21 0.47 0.33 33 0.32 0.51
Hex AB 87 5B 0 15 2F 21 21 20 33
Octal 253 207 133 0 25 57 41 41 40 63
Binary 10101011 10000111 1011011 0 10101 101111 100001 100001 100000 110011

Color Harmonies of #AB875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB875B

Black with #AB875B

Text Example


Text Example

White with #AB875B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB875B; }

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

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

background-color css

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

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

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

border-color css

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

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

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