Html Css Color HEX #A4955C Teak

📋 copy color: '#A4955C'

red 164 ◦ green 149 ◦ blue 92

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

Shades of Teak #A4955C

Tints of Teak #A4955C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.72%

R = 40.49%
G = 36.79%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A4955C (or 0xA4955C) is known color: Teak. HEX triplet: A4, 95 and 5C. RGB value is (164,149,92). Sum of RGB (Red+Green+Blue) = 164+149+92=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4955C is #5B6AA3. Grayscale: #939393. Windows color (decimal): -5991076 or 6067620. OLE color: 6067620.

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

Color convert

RGB 164 149 92 -
CMYK 0 0.09 0.44 0.36
HSL 47.5º 0.28% 0.5% -
HSV(B) 47.5º 0.44% 0.64% -
XYZ 27.99 30.16 14.47 -
YUV 146.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 164 149 92 0 0.09 0.44 0.36 47.5 0.28 0.5
Hex A4 95 5C 0 9 2C 24 30 1C 32
Octal 244 225 134 0 11 54 44 60 34 62
Binary 10100100 10010101 1011100 0 1001 101100 100100 110000 11100 110010

Color Harmonies of #A4955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4955C

Black with #A4955C

Text Example


Text Example

White with #A4955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4955C; }

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

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

background-color css

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

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

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

border-color css

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

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

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