Html Css Color HEX #AB8758 Teak

📋 copy color: '#AB8758'

red 171 ◦ green 135 ◦ blue 88

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

Shades of Teak #AB8758

Tints of Teak #AB8758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.34%

R = 43.4%
G = 34.26%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB8758 (or 0xAB8758) is known color: Teak. HEX triplet: AB, 87 and 58. RGB value is (171,135,88). Sum of RGB (Red+Green+Blue) = 171+135+88=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8758 is #5478A7. Grayscale: #8C8C8C. Windows color (decimal): -5535912 or 5801899. OLE color: 5801899.

HSL color Cylindrical-coordinate representation of color #AB8758: hue angle of 33.98º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB8758 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 135 88 -
CMYK 0 0.21 0.49 0.33
HSL 33.98º 0.33% 0.51% -
HSV(B) 33.98º 0.49% 0.67% -
XYZ 27.22 26.69 12.95 -
YUV 140.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 171 135 88 0 0.21 0.49 0.33 33.98 0.33 0.51
Hex AB 87 58 0 15 31 21 22 21 33
Octal 253 207 130 0 25 61 41 42 41 63
Binary 10101011 10000111 1011000 0 10101 110001 100001 100010 100001 110011

Color Harmonies of #AB8758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8758

Black with #AB8758

Text Example


Text Example

White with #AB8758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8758; }

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

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

background-color css

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

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

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

border-color css

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

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

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