Html Css Color HEX #AB8658 Teak

📋 copy color: '#AB8658'

red 171 ◦ green 134 ◦ blue 88

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

Shades of Teak #AB8658

Tints of Teak #AB8658

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 43.51%
G = 34.1%
B = 22.39%

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

#AB8658 (or 0xAB8658) is known color: Teak. HEX triplet: AB, 86 and 58. RGB value is (171,134,88). Sum of RGB (Red+Green+Blue) = 171+134+88=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8658 is #5479A7. Grayscale: #8C8C8C. Windows color (decimal): -5536168 or 5801643. OLE color: 5801643.

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

Color convert

RGB 171 134 88 -
CMYK 0 0.22 0.49 0.33
HSL 33.25º 0.33% 0.51% -
HSV(B) 33.25º 0.49% 0.67% -
XYZ 27.08 26.41 12.9 -
YUV 139.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 171 134 88 0 0.22 0.49 0.33 33.25 0.33 0.51
Hex AB 86 58 0 16 31 21 21 21 33
Octal 253 206 130 0 26 61 41 41 41 63
Binary 10101011 10000110 1011000 0 10110 110001 100001 100001 100001 110011

Color Harmonies of #AB8658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8658

Black with #AB8658

Text Example


Text Example

White with #AB8658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8658; }

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

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

background-color css

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

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

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

border-color css

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

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

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