Html Css Color HEX #AB8555 Teak

📋 copy color: '#AB8555'

red 171 ◦ green 133 ◦ blue 85

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

Shades of Teak #AB8555

Tints of Teak #AB8555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

 BLUE value IS 85 (33.59% from 255) = 21.85%

R = 43.96%
G = 34.19%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB8555 (or 0xAB8555) is known color: Teak. HEX triplet: AB, 85 and 55. RGB value is (171,133,85). Sum of RGB (Red+Green+Blue) = 171+133+85=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8555 is #547AAA. Grayscale: #8B8B8B. Windows color (decimal): -5536427 or 5604779. OLE color: 5604779.

HSL color Cylindrical-coordinate representation of color #AB8555: hue angle of 33.49º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB8555 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 133 85 -
CMYK 0 0.22 0.50 0.33
HSL 33.49º 0.34% 0.5% -
HSV(B) 33.49º 0.5% 0.67% -
XYZ 26.82 26.09 12.22 -
YUV 138.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 171 133 85 0 0.22 0.50 0.33 33.49 0.34 0.5
Hex AB 85 55 0 16 32 21 21 22 32
Octal 253 205 125 0 26 62 41 41 42 62
Binary 10101011 10000101 1010101 0 10110 110010 100001 100001 100010 110010

Color Harmonies of #AB8555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8555

Black with #AB8555

Text Example


Text Example

White with #AB8555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8555; }

 p { color: rgb(171,133,85); }

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

background-color css

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

 a { background-color: rgb(171,133,85); }

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

border-color css

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

 span { border-color: rgb(171,133,85); }

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