Html Css Color HEX #A29158 Teak

📋 copy color: '#A29158'

red 162 ◦ green 145 ◦ blue 88

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

Shades of Teak #A29158

Tints of Teak #A29158

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

 BLUE value IS 88 (34.77% from 255) = 22.28%

R = 41.01%
G = 36.71%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A29158 (or 0xA29158) is known color: Teak. HEX triplet: A2, 91 and 58. RGB value is (162,145,88). Sum of RGB (Red+Green+Blue) = 162+145+88=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A29158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29158 is #5D6EA7. Grayscale: #8F8F8F. Windows color (decimal): -6123176 or 5804450. OLE color: 5804450.

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

Color convert

RGB 162 145 88 -
CMYK 0 0.10 0.46 0.36
HSL 46.22º 0.3% 0.49% -
HSV(B) 46.22º 0.46% 0.64% -
XYZ 26.79 28.64 13.35 -
YUV 143.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 162 145 88 0 0.10 0.46 0.36 46.22 0.3 0.49
Hex A2 91 58 0 A 2E 24 2E 1E 31
Octal 242 221 130 0 12 56 44 56 36 61
Binary 10100010 10010001 1011000 0 1010 101110 100100 101110 11110 110001

Color Harmonies of #A29158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29158

Black with #A29158

Text Example


Text Example

White with #A29158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29158; }

 p { color: rgb(162,145,88); }

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

background-color css

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

 a { background-color: rgb(162,145,88); }

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

border-color css

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

 span { border-color: rgb(162,145,88); }

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