Html Css Color HEX #AB8558 Teak

📋 copy color: '#AB8558'

red 171 ◦ green 133 ◦ blue 88

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

Shades of Teak #AB8558

Tints of Teak #AB8558

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 43.62%
G = 33.93%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB8558 (or 0xAB8558) is known color: Teak. HEX triplet: AB, 85 and 58. RGB value is (171,133,88). Sum of RGB (Red+Green+Blue) = 171+133+88=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8558 is #547AA7. Grayscale: #8B8B8B. Windows color (decimal): -5536424 or 5801387. OLE color: 5801387.

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

Color convert

RGB 171 133 88 -
CMYK 0 0.22 0.49 0.33
HSL 32.53º 0.33% 0.51% -
HSV(B) 32.53º 0.49% 0.67% -
XYZ 26.94 26.14 12.86 -
YUV 139.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 171 133 88 0 0.22 0.49 0.33 32.53 0.33 0.51
Hex AB 85 58 0 16 31 21 21 21 33
Octal 253 205 130 0 26 61 41 41 41 63
Binary 10101011 10000101 1011000 0 10110 110001 100001 100001 100001 110011

Color Harmonies of #AB8558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8558

Black with #AB8558

Text Example


Text Example

White with #AB8558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8558; }

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

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

background-color css

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

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

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

border-color css

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

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

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