Html Css Color HEX #A99258 Teak

📋 copy color: '#A99258'

red 169 ◦ green 146 ◦ blue 88

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

Shades of Teak #A99258

Tints of Teak #A99258

RGB

 RED value IS 169 (66.41% from 255) = 41.94%

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

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

R = 41.94%
G = 36.23%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A99258 (or 0xA99258) is known color: Teak. HEX triplet: A9, 92 and 58. RGB value is (169,146,88). Sum of RGB (Red+Green+Blue) = 169+146+88=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A99258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99258 is #566DA7. Grayscale: #929292. Windows color (decimal): -5664168 or 5804713. OLE color: 5804713.

HSL color Cylindrical-coordinate representation of color #A99258: hue angle of 42.96º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A99258 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 146 88 -
CMYK 0 0.14 0.48 0.34
HSL 42.96º 0.32% 0.5% -
HSV(B) 42.96º 0.48% 0.66% -
XYZ 28.4 29.7 13.47 -
YUV 146.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 169 146 88 0 0.14 0.48 0.34 42.96 0.32 0.5
Hex A9 92 58 0 E 30 22 2B 20 32
Octal 251 222 130 0 16 60 42 53 40 62
Binary 10101001 10010010 1011000 0 1110 110000 100010 101011 100000 110010

Color Harmonies of #A99258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99258

Black with #A99258

Text Example


Text Example

White with #A99258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99258; }

 p { color: rgb(169,146,88); }

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

background-color css

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

 a { background-color: rgb(169,146,88); }

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

border-color css

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

 span { border-color: rgb(169,146,88); }

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