Html Css Color HEX #AB8D58 Teak

📋 copy color: '#AB8D58'

red 171 ◦ green 141 ◦ blue 88

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

Shades of Teak #AB8D58

Tints of Teak #AB8D58

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

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

R = 42.75%
G = 35.25%
B = 22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB8D58 (or 0xAB8D58) is known color: Teak. HEX triplet: AB, 8D and 58. RGB value is (171,141,88). Sum of RGB (Red+Green+Blue) = 171+141+88=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D58 is #5472A7. Grayscale: #909090. Windows color (decimal): -5534376 or 5803435. OLE color: 5803435.

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

Color convert

RGB 171 141 88 -
CMYK 0 0.18 0.49 0.33
HSL 38.31º 0.33% 0.51% -
HSV(B) 38.31º 0.49% 0.67% -
XYZ 28.08 28.41 13.24 -
YUV 143.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 171 141 88 0 0.18 0.49 0.33 38.31 0.33 0.51
Hex AB 8D 58 0 12 31 21 26 21 33
Octal 253 215 130 0 22 61 41 46 41 63
Binary 10101011 10001101 1011000 0 10010 110001 100001 100110 100001 110011

Color Harmonies of #AB8D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D58

Black with #AB8D58

Text Example


Text Example

White with #AB8D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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