Html Css Color HEX #AB8458 Teak

📋 copy color: '#AB8458'

red 171 ◦ green 132 ◦ blue 88

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

Shades of Teak #AB8458

Tints of Teak #AB8458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

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

R = 43.73%
G = 33.76%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB8458 (or 0xAB8458) is known color: Teak. HEX triplet: AB, 84 and 58. RGB value is (171,132,88). Sum of RGB (Red+Green+Blue) = 171+132+88=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8458 is #547BA7. Grayscale: #8A8A8A. Windows color (decimal): -5536680 or 5801131. OLE color: 5801131.

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

Color convert

RGB 171 132 88 -
CMYK 0 0.23 0.49 0.33
HSL 31.81º 0.33% 0.51% -
HSV(B) 31.81º 0.49% 0.67% -
XYZ 26.81 25.87 12.81 -
YUV 138.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 171 132 88 0 0.23 0.49 0.33 31.81 0.33 0.51
Hex AB 84 58 0 17 31 21 20 21 33
Octal 253 204 130 0 27 61 41 40 41 63
Binary 10101011 10000100 1011000 0 10111 110001 100001 100000 100001 110011

Color Harmonies of #AB8458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8458

Black with #AB8458

Text Example


Text Example

White with #AB8458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8458; }

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

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

background-color css

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

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

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

border-color css

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

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

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