Html Css Color HEX #A08A50 Teak

📋 copy color: '#A08A50'

red 160 ◦ green 138 ◦ blue 80

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

Shades of Teak #A08A50

Tints of Teak #A08A50

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.51%

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 42.33%
G = 36.51%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A08A50 (or 0xA08A50) is known color: Teak. HEX triplet: A0, 8A and 50. RGB value is (160,138,80). Sum of RGB (Red+Green+Blue) = 160+138+80=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08A50 is #5F75AF. Grayscale: #8A8A8A. Windows color (decimal): -6256048 or 5278368. OLE color: 5278368.

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

Color convert

RGB 160 138 80 -
CMYK 0 0.14 0.5 0.37
HSL 43.5º 0.33% 0.47% -
HSV(B) 43.5º 0.5% 0.63% -
XYZ 25.03 26.23 11.33 -
YUV 137.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 160 138 80 0 0.14 0.5 0.37 43.5 0.33 0.47
Hex A0 8A 50 0 E 32 25 2C 21 2F
Octal 240 212 120 0 16 62 45 54 41 57
Binary 10100000 10001010 1010000 0 1110 110010 100101 101100 100001 101111

Color Harmonies of #A08A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A50

Black with #A08A50

Text Example


Text Example

White with #A08A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A50; }

 p { color: rgb(160,138,80); }

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

background-color css

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

 a { background-color: rgb(160,138,80); }

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

border-color css

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

 span { border-color: rgb(160,138,80); }

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