Html Css Color HEX #AB8C51 Teak

📋 copy color: '#AB8C51'

red 171 ◦ green 140 ◦ blue 81

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

Shades of Teak #AB8C51

Tints of Teak #AB8C51

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

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

R = 43.62%
G = 35.71%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB8C51 (or 0xAB8C51) is known color: Teak. HEX triplet: AB, 8C and 51. RGB value is (171,140,81). Sum of RGB (Red+Green+Blue) = 171+140+81=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C51 is #5473AE. Grayscale: #8E8E8E. Windows color (decimal): -5534639 or 5344427. OLE color: 5344427.

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

Color convert

RGB 171 140 81 -
CMYK 0 0.18 0.53 0.33
HSL 39.33º 0.36% 0.49% -
HSV(B) 39.33º 0.53% 0.67% -
XYZ 27.66 28.01 11.73 -
YUV 142.54 93.27 148.3 -
System Red Green Blue C M Y K H S L
Decimal 171 140 81 0 0.18 0.53 0.33 39.33 0.36 0.49
Hex AB 8C 51 0 12 35 21 27 24 31
Octal 253 214 121 0 22 65 41 47 44 61
Binary 10101011 10001100 1010001 0 10010 110101 100001 100111 100100 110001

Color Harmonies of #AB8C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C51

Black with #AB8C51

Text Example


Text Example

White with #AB8C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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