Html Css Color HEX #A2885A Teak

📋 copy color: '#A2885A'

red 162 ◦ green 136 ◦ blue 90

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

Shades of Teak #A2885A

Tints of Teak #A2885A

RGB

 RED value IS 162 (63.67% from 255) = 41.75%

 GREEN value IS 136 (53.52% from 255) = 35.05%

 BLUE value IS 90 (35.55% from 255) = 23.2%

R = 41.75%
G = 35.05%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2885A (or 0xA2885A) is known color: Teak. HEX triplet: A2, 88 and 5A. RGB value is (162,136,90). Sum of RGB (Red+Green+Blue) = 162+136+90=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2885A is #5D77A5. Grayscale: #8A8A8A. Windows color (decimal): -6125478 or 5933218. OLE color: 5933218.

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

Color convert

RGB 162 136 90 -
CMYK 0 0.16 0.44 0.36
HSL 38.33º 0.29% 0.49% -
HSV(B) 38.33º 0.44% 0.64% -
XYZ 25.55 26.03 13.35 -
YUV 138.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 162 136 90 0 0.16 0.44 0.36 38.33 0.29 0.49
Hex A2 88 5A 0 10 2C 24 26 1D 31
Octal 242 210 132 0 20 54 44 46 35 61
Binary 10100010 10001000 1011010 0 10000 101100 100100 100110 11101 110001

Color Harmonies of #A2885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2885A

Black with #A2885A

Text Example


Text Example

White with #A2885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2885A; }

 p { color: rgb(162,136,90); }

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

background-color css

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

 a { background-color: rgb(162,136,90); }

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

border-color css

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

 span { border-color: rgb(162,136,90); }

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