Html Css Color HEX #AB9050 Teak

📋 copy color: '#AB9050'

red 171 ◦ green 144 ◦ blue 80

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

Shades of Teak #AB9050

Tints of Teak #AB9050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.46%

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

R = 43.29%
G = 36.46%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB9050 (or 0xAB9050) is known color: Teak. HEX triplet: AB, 90 and 50. RGB value is (171,144,80). Sum of RGB (Red+Green+Blue) = 171+144+80=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9050 is #546FAF. Grayscale: #919191. Windows color (decimal): -5533616 or 5279915. OLE color: 5279915.

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

Color convert

RGB 171 144 80 -
CMYK 0 0.16 0.53 0.33
HSL 42.2º 0.36% 0.49% -
HSV(B) 42.2º 0.53% 0.67% -
XYZ 28.22 29.18 11.74 -
YUV 144.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 171 144 80 0 0.16 0.53 0.33 42.2 0.36 0.49
Hex AB 90 50 0 10 35 21 2A 24 31
Octal 253 220 120 0 20 65 41 52 44 61
Binary 10101011 10010000 1010000 0 10000 110101 100001 101010 100100 110001

Color Harmonies of #AB9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9050

Black with #AB9050

Text Example


Text Example

White with #AB9050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9050; }

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

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

background-color css

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

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

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

border-color css

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

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

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