Html Css Color HEX #A09055 Teak

📋 copy color: '#A09055'

red 160 ◦ green 144 ◦ blue 85

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

Shades of Teak #A09055

Tints of Teak #A09055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.85%

R = 41.13%
G = 37.02%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A09055 (or 0xA09055) is known color: Teak. HEX triplet: A0, 90 and 55. RGB value is (160,144,85). Sum of RGB (Red+Green+Blue) = 160+144+85=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A09055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09055 is #5F6FAA. Grayscale: #8E8E8E. Windows color (decimal): -6254507 or 5607584. OLE color: 5607584.

HSL color Cylindrical-coordinate representation of color #A09055: hue angle of 47.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A09055 is Cyan = 0, Magento = 0.1, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 144 85 -
CMYK 0 0.1 0.47 0.37
HSL 47.2º 0.31% 0.48% -
HSV(B) 47.2º 0.47% 0.63% -
XYZ 26.11 28.08 12.64 -
YUV 142.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 160 144 85 0 0.1 0.47 0.37 47.2 0.31 0.48
Hex A0 90 55 0 A 2F 25 2F 1F 30
Octal 240 220 125 0 12 57 45 57 37 60
Binary 10100000 10010000 1010101 0 1010 101111 100101 101111 11111 110000

Color Harmonies of #A09055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09055

Black with #A09055

Text Example


Text Example

White with #A09055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09055; }

 p { color: rgb(160,144,85); }

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

background-color css

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

 a { background-color: rgb(160,144,85); }

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

border-color css

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

 span { border-color: rgb(160,144,85); }

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