Html Css Color HEX #A39258 Teak

📋 copy color: '#A39258'

red 163 ◦ green 146 ◦ blue 88

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

Shades of Teak #A39258

Tints of Teak #A39258

RGB

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

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

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

R = 41.06%
G = 36.78%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A39258 (or 0xA39258) is known color: Teak. HEX triplet: A3, 92 and 58. RGB value is (163,146,88). Sum of RGB (Red+Green+Blue) = 163+146+88=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A39258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39258 is #5C6DA7. Grayscale: #909090. Windows color (decimal): -6057384 or 5804707. OLE color: 5804707.

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

Color convert

RGB 163 146 88 -
CMYK 0 0.10 0.46 0.36
HSL 46.4º 0.3% 0.49% -
HSV(B) 46.4º 0.46% 0.64% -
XYZ 27.14 29.05 13.41 -
YUV 144.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 163 146 88 0 0.10 0.46 0.36 46.4 0.3 0.49
Hex A3 92 58 0 A 2E 24 2E 1E 31
Octal 243 222 130 0 12 56 44 56 36 61
Binary 10100011 10010010 1011000 0 1010 101110 100100 101110 11110 110001

Color Harmonies of #A39258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39258

Black with #A39258

Text Example


Text Example

White with #A39258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39258; }

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

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

background-color css

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

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

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

border-color css

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

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

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