Html Css Color HEX #A4895B Teak

📋 copy color: '#A4895B'

red 164 ◦ green 137 ◦ blue 91

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

Shades of Teak #A4895B

Tints of Teak #A4895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.95%

 BLUE value IS 91 (35.94% from 255) = 23.21%

R = 41.84%
G = 34.95%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4895B (or 0xA4895B) is known color: Teak. HEX triplet: A4, 89 and 5B. RGB value is (164,137,91). Sum of RGB (Red+Green+Blue) = 164+137+91=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4895B is #5B76A4. Grayscale: #8C8C8C. Windows color (decimal): -5994149 or 5999012. OLE color: 5999012.

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

Color convert

RGB 164 137 91 -
CMYK 0 0.16 0.45 0.36
HSL 37.81º 0.29% 0.5% -
HSV(B) 37.81º 0.45% 0.64% -
XYZ 26.14 26.54 13.64 -
YUV 139.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 164 137 91 0 0.16 0.45 0.36 37.81 0.29 0.5
Hex A4 89 5B 0 10 2D 24 26 1D 32
Octal 244 211 133 0 20 55 44 46 35 62
Binary 10100100 10001001 1011011 0 10000 101101 100100 100110 11101 110010

Color Harmonies of #A4895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4895B

Black with #A4895B

Text Example


Text Example

White with #A4895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4895B; }

 p { color: rgb(164,137,91); }

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

background-color css

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

 a { background-color: rgb(164,137,91); }

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

border-color css

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

 span { border-color: rgb(164,137,91); }

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