Html Css Color HEX #A7915E Teak

📋 copy color: '#A7915E'

red 167 ◦ green 145 ◦ blue 94

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

Shades of Teak #A7915E

Tints of Teak #A7915E

RGB

 RED value IS 167 (65.63% from 255) = 41.13%

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

 BLUE value IS 94 (37.11% from 255) = 23.15%

R = 41.13%
G = 35.71%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7915E (or 0xA7915E) is known color: Teak. HEX triplet: A7, 91 and 5E. RGB value is (167,145,94). Sum of RGB (Red+Green+Blue) = 167+145+94=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7915E is #586EA1. Grayscale: #919191. Windows color (decimal): -5795490 or 6197671. OLE color: 6197671.

HSL color Cylindrical-coordinate representation of color #A7915E: hue angle of 41.92º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7915E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 145 94 -
CMYK 0 0.13 0.44 0.35
HSL 41.92º 0.29% 0.51% -
HSV(B) 41.92º 0.44% 0.65% -
XYZ 28.08 29.27 14.76 -
YUV 145.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 167 145 94 0 0.13 0.44 0.35 41.92 0.29 0.51
Hex A7 91 5E 0 D 2C 23 2A 1D 33
Octal 247 221 136 0 15 54 43 52 35 63
Binary 10100111 10010001 1011110 0 1101 101100 100011 101010 11101 110011

Color Harmonies of #A7915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7915E

Black with #A7915E

Text Example


Text Example

White with #A7915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7915E; }

 p { color: rgb(167,145,94); }

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

background-color css

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

 a { background-color: rgb(167,145,94); }

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

border-color css

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

 span { border-color: rgb(167,145,94); }

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