Html Css Color HEX #A4955E Teak

📋 copy color: '#A4955E'

red 164 ◦ green 149 ◦ blue 94

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

Shades of Teak #A4955E

Tints of Teak #A4955E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

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

R = 40.29%
G = 36.61%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4955E (or 0xA4955E) is known color: Teak. HEX triplet: A4, 95 and 5E. RGB value is (164,149,94). Sum of RGB (Red+Green+Blue) = 164+149+94=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4955E is #5B6AA1. Grayscale: #939393. Windows color (decimal): -5991074 or 6198692. OLE color: 6198692.

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

Color convert

RGB 164 149 94 -
CMYK 0 0.09 0.43 0.36
HSL 47.14º 0.28% 0.51% -
HSV(B) 47.14º 0.43% 0.64% -
XYZ 28.08 30.2 14.94 -
YUV 147.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 164 149 94 0 0.09 0.43 0.36 47.14 0.28 0.51
Hex A4 95 5E 0 9 2B 24 2F 1C 33
Octal 244 225 136 0 11 53 44 57 34 63
Binary 10100100 10010101 1011110 0 1001 101011 100100 101111 11100 110011

Color Harmonies of #A4955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4955E

Black with #A4955E

Text Example


Text Example

White with #A4955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4955E; }

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

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

background-color css

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

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

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

border-color css

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

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

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