Html Css Color HEX #AB8950 Teak

📋 copy color: '#AB8950'

red 171 ◦ green 137 ◦ blue 80

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

Shades of Teak #AB8950

Tints of Teak #AB8950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.31%

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 44.07%
G = 35.31%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB8950 (or 0xAB8950) is known color: Teak. HEX triplet: AB, 89 and 50. RGB value is (171,137,80). Sum of RGB (Red+Green+Blue) = 171+137+80=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8950 is #5476AF. Grayscale: #8C8C8C. Windows color (decimal): -5535408 or 5278123. OLE color: 5278123.

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

Color convert

RGB 171 137 80 -
CMYK 0 0.20 0.53 0.33
HSL 37.58º 0.36% 0.49% -
HSV(B) 37.58º 0.53% 0.67% -
XYZ 27.19 27.13 11.39 -
YUV 140.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 171 137 80 0 0.20 0.53 0.33 37.58 0.36 0.49
Hex AB 89 50 0 14 35 21 26 24 31
Octal 253 211 120 0 24 65 41 46 44 61
Binary 10101011 10001001 1010000 0 10100 110101 100001 100110 100100 110001

Color Harmonies of #AB8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8950

Black with #AB8950

Text Example


Text Example

White with #AB8950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8950; }

 p { color: rgb(171,137,80); }

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

background-color css

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

 a { background-color: rgb(171,137,80); }

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

border-color css

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

 span { border-color: rgb(171,137,80); }

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