Html Css Color HEX #A39256 Teak

📋 copy color: '#A39256'

red 163 ◦ green 146 ◦ blue 86

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

Shades of Teak #A39256

Tints of Teak #A39256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.77%

R = 41.27%
G = 36.96%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A39256 (or 0xA39256) is known color: Teak. HEX triplet: A3, 92 and 56. RGB value is (163,146,86). Sum of RGB (Red+Green+Blue) = 163+146+86=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A39256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39256 is #5C6DA9. Grayscale: #909090. Windows color (decimal): -6057386 or 5673635. OLE color: 5673635.

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

Color convert

RGB 163 146 86 -
CMYK 0 0.10 0.47 0.36
HSL 46.75º 0.31% 0.49% -
HSV(B) 46.75º 0.47% 0.64% -
XYZ 27.06 29.02 12.98 -
YUV 144.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 163 146 86 0 0.10 0.47 0.36 46.75 0.31 0.49
Hex A3 92 56 0 A 2F 24 2F 1F 31
Octal 243 222 126 0 12 57 44 57 37 61
Binary 10100011 10010010 1010110 0 1010 101111 100100 101111 11111 110001

Color Harmonies of #A39256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39256

Black with #A39256

Text Example


Text Example

White with #A39256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39256; }

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

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

background-color css

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

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

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

border-color css

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

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

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