Html Css Color HEX #A39255 Teak

📋 copy color: '#A39255'

red 163 ◦ green 146 ◦ blue 85

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

Shades of Teak #A39255

Tints of Teak #A39255

RGB

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

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

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

R = 41.37%
G = 37.06%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A39255 (or 0xA39255) is known color: Teak. HEX triplet: A3, 92 and 55. RGB value is (163,146,85). Sum of RGB (Red+Green+Blue) = 163+146+85=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A39255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39255 is #5C6DAA. Grayscale: #909090. Windows color (decimal): -6057387 or 5608099. OLE color: 5608099.

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

Color convert

RGB 163 146 85 -
CMYK 0 0.10 0.48 0.36
HSL 46.92º 0.31% 0.49% -
HSV(B) 46.92º 0.48% 0.64% -
XYZ 27.02 29 12.77 -
YUV 144.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 163 146 85 0 0.10 0.48 0.36 46.92 0.31 0.49
Hex A3 92 55 0 A 30 24 2F 1F 31
Octal 243 222 125 0 12 60 44 57 37 61
Binary 10100011 10010010 1010101 0 1010 110000 100100 101111 11111 110001

Color Harmonies of #A39255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39255

Black with #A39255

Text Example


Text Example

White with #A39255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39255; }

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

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

background-color css

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

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

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

border-color css

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

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

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