Html Css Color HEX #A4915F Teak

📋 copy color: '#A4915F'

red 164 ◦ green 145 ◦ blue 95

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

Shades of Teak #A4915F

Tints of Teak #A4915F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 40.59%
G = 35.89%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4915F (or 0xA4915F) is known color: Teak. HEX triplet: A4, 91 and 5F. RGB value is (164,145,95). Sum of RGB (Red+Green+Blue) = 164+145+95=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4915F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4915F is #5B6EA0. Grayscale: #919191. Windows color (decimal): -5992097 or 6263204. OLE color: 6263204.

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

Color convert

RGB 164 145 95 -
CMYK 0 0.12 0.42 0.36
HSL 43.48º 0.27% 0.51% -
HSV(B) 43.48º 0.42% 0.64% -
XYZ 27.5 28.97 14.97 -
YUV 144.98 99.79 141.57 -
System Red Green Blue C M Y K H S L
Decimal 164 145 95 0 0.12 0.42 0.36 43.48 0.27 0.51
Hex A4 91 5F 0 C 2A 24 2B 1B 33
Octal 244 221 137 0 14 52 44 53 33 63
Binary 10100100 10010001 1011111 0 1100 101010 100100 101011 11011 110011

Color Harmonies of #A4915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4915F

Black with #A4915F

Text Example


Text Example

White with #A4915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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