Html Css Color HEX #A0915D Teak

📋 copy color: '#A0915D'

red 160 ◦ green 145 ◦ blue 93

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

Shades of Teak #A0915D

Tints of Teak #A0915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.43%

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

R = 40.2%
G = 36.43%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0915D (or 0xA0915D) is known color: Teak. HEX triplet: A0, 91 and 5D. RGB value is (160,145,93). Sum of RGB (Red+Green+Blue) = 160+145+93=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A0915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0915D is #5F6EA2. Grayscale: #8F8F8F. Windows color (decimal): -6254243 or 6132128. OLE color: 6132128.

HSL color Cylindrical-coordinate representation of color #A0915D: hue angle of 46.57º 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 #A0915D is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 145 93 -
CMYK 0 0.09 0.42 0.37
HSL 46.57º 0.26% 0.5% -
HSV(B) 46.57º 0.42% 0.63% -
XYZ 26.6 28.51 14.46 -
YUV 143.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 160 145 93 0 0.09 0.42 0.37 46.57 0.26 0.5
Hex A0 91 5D 0 9 2A 25 2F 1A 32
Octal 240 221 135 0 11 52 45 57 32 62
Binary 10100000 10010001 1011101 0 1001 101010 100101 101111 11010 110010

Color Harmonies of #A0915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0915D

Black with #A0915D

Text Example


Text Example

White with #A0915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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