Html Css Color HEX #A4915D Teak

📋 copy color: '#A4915D'

red 164 ◦ green 145 ◦ blue 93

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

Shades of Teak #A4915D

Tints of Teak #A4915D

RGB

 RED value IS 164 (64.45% from 255) = 40.8%

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

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

R = 40.8%
G = 36.07%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4915D (or 0xA4915D) is known color: Teak. HEX triplet: A4, 91 and 5D. RGB value is (164,145,93). Sum of RGB (Red+Green+Blue) = 164+145+93=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4915D is #5B6EA2. Grayscale: #909090. Windows color (decimal): -5992099 or 6132132. OLE color: 6132132.

HSL color Cylindrical-coordinate representation of color #A4915D: hue angle of 43.94º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4915D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 145 93 -
CMYK 0 0.12 0.43 0.36
HSL 43.94º 0.28% 0.5% -
HSV(B) 43.94º 0.43% 0.64% -
XYZ 27.41 28.93 14.5 -
YUV 144.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 164 145 93 0 0.12 0.43 0.36 43.94 0.28 0.5
Hex A4 91 5D 0 C 2B 24 2C 1C 32
Octal 244 221 135 0 14 53 44 54 34 62
Binary 10100100 10010001 1011101 0 1100 101011 100100 101100 11100 110010

Color Harmonies of #A4915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4915D

Black with #A4915D

Text Example


Text Example

White with #A4915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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