Html Css Color HEX #A0885B Teak

📋 copy color: '#A0885B'

red 160 ◦ green 136 ◦ blue 91

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

Shades of Teak #A0885B

Tints of Teak #A0885B

RGB

 RED value IS 160 (62.89% from 255) = 41.34%

 GREEN value IS 136 (53.52% from 255) = 35.14%

 BLUE value IS 91 (35.94% from 255) = 23.51%

R = 41.34%
G = 35.14%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0885B (or 0xA0885B) is known color: Teak. HEX triplet: A0, 88 and 5B. RGB value is (160,136,91). Sum of RGB (Red+Green+Blue) = 160+136+91=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0885B is #5F77A4. Grayscale: #8A8A8A. Windows color (decimal): -6256549 or 5998752. OLE color: 5998752.

HSL color Cylindrical-coordinate representation of color #A0885B: hue angle of 39.13º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0885B is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 136 91 -
CMYK 0 0.15 0.43 0.37
HSL 39.13º 0.27% 0.49% -
HSV(B) 39.13º 0.43% 0.63% -
XYZ 25.19 25.84 13.56 -
YUV 138.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 160 136 91 0 0.15 0.43 0.37 39.13 0.27 0.49
Hex A0 88 5B 0 F 2B 25 27 1B 31
Octal 240 210 133 0 17 53 45 47 33 61
Binary 10100000 10001000 1011011 0 1111 101011 100101 100111 11011 110001

Color Harmonies of #A0885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0885B

Black with #A0885B

Text Example


Text Example

White with #A0885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0885B; }

 p { color: rgb(160,136,91); }

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

background-color css

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

 a { background-color: rgb(160,136,91); }

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

border-color css

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

 span { border-color: rgb(160,136,91); }

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