Html Css Color HEX #A29259 Teak

📋 copy color: '#A29259'

red 162 ◦ green 146 ◦ blue 89

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

Shades of Teak #A29259

Tints of Teak #A29259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 40.81%
G = 36.78%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A29259 (or 0xA29259) is known color: Teak. HEX triplet: A2, 92 and 59. RGB value is (162,146,89). Sum of RGB (Red+Green+Blue) = 162+146+89=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A29259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29259 is #5D6DA6. Grayscale: #909090. Windows color (decimal): -6122919 or 5870242. OLE color: 5870242.

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

Color convert

RGB 162 146 89 -
CMYK 0 0.10 0.45 0.36
HSL 46.85º 0.29% 0.49% -
HSV(B) 46.85º 0.45% 0.64% -
XYZ 26.98 28.96 13.62 -
YUV 144.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 162 146 89 0 0.10 0.45 0.36 46.85 0.29 0.49
Hex A2 92 59 0 A 2D 24 2F 1D 31
Octal 242 222 131 0 12 55 44 57 35 61
Binary 10100010 10010010 1011001 0 1010 101101 100100 101111 11101 110001

Color Harmonies of #A29259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29259

Black with #A29259

Text Example


Text Example

White with #A29259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29259; }

 p { color: rgb(162,146,89); }

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

background-color css

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

 a { background-color: rgb(162,146,89); }

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

border-color css

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

 span { border-color: rgb(162,146,89); }

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