Html Css Color HEX #A39155 Teak

📋 copy color: '#A39155'

red 163 ◦ green 145 ◦ blue 85

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

Shades of Teak #A39155

Tints of Teak #A39155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

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

R = 41.48%
G = 36.9%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A39155 (or 0xA39155) is known color: Teak. HEX triplet: A3, 91 and 55. RGB value is (163,145,85). Sum of RGB (Red+Green+Blue) = 163+145+85=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A39155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39155 is #5C6EAA. Grayscale: #8F8F8F. Windows color (decimal): -6057643 or 5607843. OLE color: 5607843.

HSL color Cylindrical-coordinate representation of color #A39155: hue angle of 46.15º 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 #A39155 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 145 85 -
CMYK 0 0.11 0.48 0.36
HSL 46.15º 0.31% 0.49% -
HSV(B) 46.15º 0.48% 0.64% -
XYZ 26.87 28.69 12.72 -
YUV 143.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 163 145 85 0 0.11 0.48 0.36 46.15 0.31 0.49
Hex A3 91 55 0 B 30 24 2E 1F 31
Octal 243 221 125 0 13 60 44 56 37 61
Binary 10100011 10010001 1010101 0 1011 110000 100100 101110 11111 110001

Color Harmonies of #A39155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39155

Black with #A39155

Text Example


Text Example

White with #A39155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39155; }

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

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

background-color css

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

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

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

border-color css

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

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

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