Html Css Color HEX #A4935F Teak

📋 copy color: '#A4935F'

red 164 ◦ green 147 ◦ blue 95

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

Shades of Teak #A4935F

Tints of Teak #A4935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.21%

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

R = 40.39%
G = 36.21%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4935F (or 0xA4935F) is known color: Teak. HEX triplet: A4, 93 and 5F. RGB value is (164,147,95). Sum of RGB (Red+Green+Blue) = 164+147+95=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4935F is #5B6CA0. Grayscale: #929292. Windows color (decimal): -5991585 or 6263716. OLE color: 6263716.

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

Color convert

RGB 164 147 95 -
CMYK 0 0.10 0.42 0.36
HSL 45.22º 0.27% 0.51% -
HSV(B) 45.22º 0.42% 0.64% -
XYZ 27.81 29.59 15.07 -
YUV 146.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 164 147 95 0 0.10 0.42 0.36 45.22 0.27 0.51
Hex A4 93 5F 0 A 2A 24 2D 1B 33
Octal 244 223 137 0 12 52 44 55 33 63
Binary 10100100 10010011 1011111 0 1010 101010 100100 101101 11011 110011

Color Harmonies of #A4935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4935F

Black with #A4935F

Text Example


Text Example

White with #A4935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4935F; }

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

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

background-color css

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

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

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

border-color css

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

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

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