Html Css Color HEX #AB9357 Teak

📋 copy color: '#AB9357'

red 171 ◦ green 147 ◦ blue 87

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

Shades of Teak #AB9357

Tints of Teak #AB9357

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.3%

 BLUE value IS 87 (34.38% from 255) = 21.48%

R = 42.22%
G = 36.3%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB9357 (or 0xAB9357) is known color: Teak. HEX triplet: AB, 93 and 57. RGB value is (171,147,87). Sum of RGB (Red+Green+Blue) = 171+147+87=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9357 is #546CA8. Grayscale: #939393. Windows color (decimal): -5532841 or 5739435. OLE color: 5739435.

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

Color convert

RGB 171 147 87 -
CMYK 0 0.14 0.49 0.33
HSL 42.86º 0.33% 0.51% -
HSV(B) 42.86º 0.49% 0.67% -
XYZ 28.95 30.21 13.32 -
YUV 147.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 171 147 87 0 0.14 0.49 0.33 42.86 0.33 0.51
Hex AB 93 57 0 E 31 21 2B 21 33
Octal 253 223 127 0 16 61 41 53 41 63
Binary 10101011 10010011 1010111 0 1110 110001 100001 101011 100001 110011

Color Harmonies of #AB9357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9357

Black with #AB9357

Text Example


Text Example

White with #AB9357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9357; }

 p { color: rgb(171,147,87); }

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

background-color css

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

 a { background-color: rgb(171,147,87); }

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

border-color css

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

 span { border-color: rgb(171,147,87); }

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