Html Css Color HEX #A09258 Teak

📋 copy color: '#A09258'

red 160 ◦ green 146 ◦ blue 88

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

Shades of Teak #A09258

Tints of Teak #A09258

RGB

 RED value IS 160 (62.89% from 255) = 40.61%

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

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

R = 40.61%
G = 37.06%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A09258 (or 0xA09258) is known color: Teak. HEX triplet: A0, 92 and 58. RGB value is (160,146,88). Sum of RGB (Red+Green+Blue) = 160+146+88=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A09258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09258 is #5F6DA7. Grayscale: #8F8F8F. Windows color (decimal): -6253992 or 5804704. OLE color: 5804704.

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

Color convert

RGB 160 146 88 -
CMYK 0 0.09 0.45 0.37
HSL 48.33º 0.29% 0.49% -
HSV(B) 48.33º 0.45% 0.63% -
XYZ 26.54 28.74 13.38 -
YUV 143.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 160 146 88 0 0.09 0.45 0.37 48.33 0.29 0.49
Hex A0 92 58 0 9 2D 25 30 1D 31
Octal 240 222 130 0 11 55 45 60 35 61
Binary 10100000 10010010 1011000 0 1001 101101 100101 110000 11101 110001

Color Harmonies of #A09258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09258

Black with #A09258

Text Example


Text Example

White with #A09258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09258; }

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

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

background-color css

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

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

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

border-color css

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

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

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