Html Css Color HEX #A39260 Teak

📋 copy color: '#A39260'

red 163 ◦ green 146 ◦ blue 96

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

Shades of Teak #A39260

Tints of Teak #A39260

RGB

 RED value IS 163 (64.06% from 255) = 40.25%

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

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 40.25%
G = 36.05%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A39260 (or 0xA39260) is known color: Teak. HEX triplet: A3, 92 and 60. RGB value is (163,146,96). Sum of RGB (Red+Green+Blue) = 163+146+96=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A39260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39260 is #5C6D9F. Grayscale: #919191. Windows color (decimal): -6057376 or 6328995. OLE color: 6328995.

HSL color Cylindrical-coordinate representation of color #A39260: hue angle of 44.78º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A39260 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 146 96 -
CMYK 0 0.10 0.41 0.36
HSL 44.78º 0.27% 0.51% -
HSV(B) 44.78º 0.41% 0.64% -
XYZ 27.49 29.19 15.25 -
YUV 145.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 163 146 96 0 0.10 0.41 0.36 44.78 0.27 0.51
Hex A3 92 60 0 A 29 24 2D 1B 33
Octal 243 222 140 0 12 51 44 55 33 63
Binary 10100011 10010010 1100000 0 1010 101001 100100 101101 11011 110011

Color Harmonies of #A39260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39260

Black with #A39260

Text Example


Text Example

White with #A39260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39260; }

 p { color: rgb(163,146,96); }

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

background-color css

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

 a { background-color: rgb(163,146,96); }

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

border-color css

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

 span { border-color: rgb(163,146,96); }

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