Html Css Color HEX #AB8B50 Teak

📋 copy color: '#AB8B50'

red 171 ◦ green 139 ◦ blue 80

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

Shades of Teak #AB8B50

Tints of Teak #AB8B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.64%

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

R = 43.85%
G = 35.64%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB8B50 (or 0xAB8B50) is known color: Teak. HEX triplet: AB, 8B and 50. RGB value is (171,139,80). Sum of RGB (Red+Green+Blue) = 171+139+80=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B50 is #5474AF. Grayscale: #8E8E8E. Windows color (decimal): -5534896 or 5278635. OLE color: 5278635.

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

Color convert

RGB 171 139 80 -
CMYK 0 0.19 0.53 0.33
HSL 38.9º 0.36% 0.49% -
HSV(B) 38.9º 0.53% 0.67% -
XYZ 27.48 27.7 11.49 -
YUV 141.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 171 139 80 0 0.19 0.53 0.33 38.9 0.36 0.49
Hex AB 8B 50 0 13 35 21 27 24 31
Octal 253 213 120 0 23 65 41 47 44 61
Binary 10101011 10001011 1010000 0 10011 110101 100001 100111 100100 110001

Color Harmonies of #AB8B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B50

Black with #AB8B50

Text Example


Text Example

White with #AB8B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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