Html Css Color HEX #A0885D Teak

📋 copy color: '#A0885D'

red 160 ◦ green 136 ◦ blue 93

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

Shades of Teak #A0885D

Tints of Teak #A0885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 41.13%
G = 34.96%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0885D (or 0xA0885D) is known color: Teak. HEX triplet: A0, 88 and 5D. RGB value is (160,136,93). Sum of RGB (Red+Green+Blue) = 160+136+93=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A0885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0885D is #5F77A2. Grayscale: #8A8A8A. Windows color (decimal): -6256547 or 6129824. OLE color: 6129824.

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

Color convert

RGB 160 136 93 -
CMYK 0 0.15 0.42 0.37
HSL 38.51º 0.26% 0.5% -
HSV(B) 38.51º 0.42% 0.63% -
XYZ 25.28 25.87 14.02 -
YUV 138.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 160 136 93 0 0.15 0.42 0.37 38.51 0.26 0.5
Hex A0 88 5D 0 F 2A 25 27 1A 32
Octal 240 210 135 0 17 52 45 47 32 62
Binary 10100000 10001000 1011101 0 1111 101010 100101 100111 11010 110010

Color Harmonies of #A0885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0885D

Black with #A0885D

Text Example


Text Example

White with #A0885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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