Html Css Color HEX #A29058 Teak

📋 copy color: '#A29058'

red 162 ◦ green 144 ◦ blue 88

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

Shades of Teak #A29058

Tints of Teak #A29058

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.55%

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

R = 41.12%
G = 36.55%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A29058 (or 0xA29058) is known color: Teak. HEX triplet: A2, 90 and 58. RGB value is (162,144,88). Sum of RGB (Red+Green+Blue) = 162+144+88=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A29058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29058 is #5D6FA7. Grayscale: #8F8F8F. Windows color (decimal): -6123432 or 5804194. OLE color: 5804194.

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

Color convert

RGB 162 144 88 -
CMYK 0 0.11 0.46 0.36
HSL 45.41º 0.3% 0.49% -
HSV(B) 45.41º 0.46% 0.64% -
XYZ 26.64 28.33 13.3 -
YUV 143 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 162 144 88 0 0.11 0.46 0.36 45.41 0.3 0.49
Hex A2 90 58 0 B 2E 24 2D 1E 31
Octal 242 220 130 0 13 56 44 55 36 61
Binary 10100010 10010000 1011000 0 1011 101110 100100 101101 11110 110001

Color Harmonies of #A29058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29058

Black with #A29058

Text Example


Text Example

White with #A29058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29058; }

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

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

background-color css

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

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

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

border-color css

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

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

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