Html Css Color HEX #AB9151 Teak

📋 copy color: '#AB9151'

red 171 ◦ green 145 ◦ blue 81

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

Shades of Teak #AB9151

Tints of Teak #AB9151

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 43.07%
G = 36.52%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB9151 (or 0xAB9151) is known color: Teak. HEX triplet: AB, 91 and 51. RGB value is (171,145,81). Sum of RGB (Red+Green+Blue) = 171+145+81=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9151 is #546EAE. Grayscale: #919191. Windows color (decimal): -5533359 or 5345707. OLE color: 5345707.

HSL color Cylindrical-coordinate representation of color #AB9151: hue angle of 42.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB9151 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 145 81 -
CMYK 0 0.15 0.53 0.33
HSL 42.67º 0.36% 0.49% -
HSV(B) 42.67º 0.53% 0.67% -
XYZ 28.41 29.5 11.98 -
YUV 145.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 171 145 81 0 0.15 0.53 0.33 42.67 0.36 0.49
Hex AB 91 51 0 F 35 21 2B 24 31
Octal 253 221 121 0 17 65 41 53 44 61
Binary 10101011 10010001 1010001 0 1111 110101 100001 101011 100100 110001

Color Harmonies of #AB9151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9151

Black with #AB9151

Text Example


Text Example

White with #AB9151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9151; }

 p { color: rgb(171,145,81); }

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

background-color css

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

 a { background-color: rgb(171,145,81); }

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

border-color css

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

 span { border-color: rgb(171,145,81); }

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