Html Css Color HEX #A4915E Teak

📋 copy color: '#A4915E'

red 164 ◦ green 145 ◦ blue 94

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

Shades of Teak #A4915E

Tints of Teak #A4915E

RGB

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

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

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

R = 40.69%
G = 35.98%
B = 23.33%

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

#A4915E (or 0xA4915E) is known color: Teak. HEX triplet: A4, 91 and 5E. RGB value is (164,145,94). Sum of RGB (Red+Green+Blue) = 164+145+94=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4915E is #5B6EA1. Grayscale: #919191. Windows color (decimal): -5992098 or 6197668. OLE color: 6197668.

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

Color convert

RGB 164 145 94 -
CMYK 0 0.12 0.43 0.36
HSL 43.71º 0.28% 0.51% -
HSV(B) 43.71º 0.43% 0.64% -
XYZ 27.46 28.95 14.73 -
YUV 144.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 164 145 94 0 0.12 0.43 0.36 43.71 0.28 0.51
Hex A4 91 5E 0 C 2B 24 2C 1C 33
Octal 244 221 136 0 14 53 44 54 34 63
Binary 10100100 10010001 1011110 0 1100 101011 100100 101100 11100 110011

Color Harmonies of #A4915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4915E

Black with #A4915E

Text Example


Text Example

White with #A4915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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